Page 1 of 1

Grand Total shows wrong calculation (update v1.5.2 Windows)

Posted: Tue Jun 08, 2021 11:22 pm
by bayu
Hi all,

Just upgraded from 1.5.1 to latest version of 1.5.2 (OS Windows).
I saw that the Grand Total now displaying the wrong number.
Previously its worked fine. Please advise.

Thanks & Regards,
Bayu

PS. Already used MMEX quite sometime, and its really good software :)

Re: Grand Total shows wrong calculation (update v1.5.2 Windows)

Posted: Wed Jun 09, 2021 12:47 pm
by MartinArmstrong
Just saying that it displays "the wrong number" does not provide any information that would allow this to be investigated.

Please could you post a screenshot of your Home page showing the balances for each account and the grand total.

The problem you are reporting may relate to a known issue but without more information it's not possible to know.

Re: Grand Total shows wrong calculation (update v1.5.2 Windows)

Posted: Wed Jun 09, 2021 2:16 pm
by Renato
I assume that these screenshots would be confidential, in such a case you can also send it to us via PM.

Re: Grand Total shows wrong calculation (update v1.5.2 Windows)

Posted: Wed Jun 09, 2021 3:23 pm
by bayu
Hi Martin, Renato,

I could post the Grand Total line here
Grant_Total.png
Grant_Total.png (7.63 KiB) Viewed 4061 times
The sum up of every accounts seems not correct.
I'll send PM the more complete screenshot. (edit - sorry seems i couldn't send PM - as a new registered user)

Thank you.

Re: Grand Total shows wrong calculation (update v1.5.2 Windows)

Posted: Wed Jun 09, 2021 8:09 pm
by Renato
Maybe this is the same problem:
viewtopic.php?f=23&t=10415

Re: Grand Total shows wrong calculation (update v1.5.2 Windows)

Posted: Thu Jun 10, 2021 1:04 am
by bayu
Hi Renato,

Seems different case on my side.
I found this problem on the stock account.
Stockscalculation2.png
Stockscalculation2.png (35.84 KiB) Viewed 4039 times
I guess this the one that cause the Grand Total sum up incorrectly.
After checking, somehow the initial value of the stocks changes into negaitve numbers.
Stockscalculation3.png
Stockscalculation3.png (12.07 KiB) Viewed 4039 times
I'll try to update manually the stock price and inform here.

Thank you.

Bayu

Re: Grand Total shows wrong calculation (update v1.5.2 Windows)

Posted: Thu Jun 10, 2021 7:15 am
by Nikolay
Could you , please, try newest code:
https://ci.appveyor.com/project/moneyma ... v5u7rvhvdx

In the properties, you can select the Indian locale and get the following number format: 12,34,456. 89

Re: Grand Total shows wrong calculation (update v1.5.2 Windows)

Posted: Sat Jun 12, 2021 10:48 am
by bayu
Hi Nikolay,

I tried the 1.5.3 Beta, but seems still not solve the problem.
When i used the Beta version, the assets in Home Page shown negative values.
If we click the asset from Favorites menu, it will show this
negative_assets.png
negative_assets.png (19.97 KiB) Viewed 3973 times
After that i tried to delete the assets and its solved the Grand Total calculation problem.
Maybe its related to some way of calculation on the assets.

I roll back to 1.5.1 and its fine, showing back the correct calculation of the Grand Total.
Temporary for the moment i will use the 1.5.1 version.

Thanks for the support. Hope my report could help.

Regards,
Bayu

Re: Grand Total shows wrong calculation (update v1.5.2 Windows)

Posted: Sat Jun 12, 2021 7:58 pm
by Nikolay
We (development teem) made a lot of changes every day.
Chack history and try
https://ci.appveyor.com/project/moneyma ... ex/history

Under "Job name," choose x64 or Win32 > Artifacts > Portable (version recommended for unstable builds).

Re: Grand Total shows wrong calculation (update v1.5.2 Windows)

Posted: Sun Aug 01, 2021 10:59 pm
by bayu
Hi All,

Updating on this issue. I successfully reproduce the error, this time using tester data.
Please check on the file below.
Asset List 2021-08-02 054711.png
Asset List 2021-08-02 054711.png (75.06 KiB) Viewed 3489 times
Detail List Old House 2021-08-02 054736.png
Detail List Old House 2021-08-02 054736.png (30.3 KiB) Viewed 3489 times
Asset List After Modified 2021-08-02 054840.png
Asset List After Modified 2021-08-02 054840.png (83.2 KiB) Viewed 3489 times
Detail List Old House Modified 2021-08-02 054810.png
Detail List Old House Modified 2021-08-02 054810.png (30.05 KiB) Viewed 3489 times
Grand Total After Modified 2021-08-02 054946.png
Grand Total After Modified 2021-08-02 054946.png (35.29 KiB) Viewed 3489 times
If we return the property without Appreciates 10%, then the total will back to normal number.
Perhaps it will make the problem more clearer.

Thank you all.

Re: Grand Total shows wrong calculation (update v1.5.2 Windows)

Posted: Sun Aug 01, 2021 11:01 pm
by bayu
This issue still occured in v 1.5.5.
Below is the mmb file so we can test this.

Thanks.
Tester.mmb
(256 KiB) Downloaded 176 times

Re: Grand Total shows wrong calculation (update v1.5.2 Windows)

Posted: Mon Aug 02, 2021 3:07 pm
by Renato
My calculation would be:

Starting amount 150,000,000 (Old Big House)

Term 19 years
Interest rate in 10%

Final amount 917,386,356.75
Interest 767,386,356.75

I have not calculated the other positions, probably the total is correct, but the individual current values are not.

Re: Grand Total shows wrong calculation (update v1.5.2 Windows) - FIXED

Posted: Tue Sep 21, 2021 7:09 am
by bayu
Hi all,

thank you for the updates. Today i update to 1.5.7 and the problem is fixed.
Great job. Thanks alot for dev team for the update. :) :) :)

Re: Grand Total shows wrong calculation (update v1.5.2 Windows)

Posted: Tue Sep 21, 2021 4:37 pm
by whall3y
Thanks for the update. Yes we did make a change to fix presentation of large currency values.

Re: Grand Total shows wrong calculation (update v1.5.2 Windows)

Posted: Tue Sep 28, 2021 4:11 am
by AlexPhilip
Use a window sum. This would change the total as filters are applied. If you don't want the total to change when filtering, use FIXED.

WINDOW_SUM(SUM([Sales]))

Depending on what pills are in the view, you may need to Edit Table Calculation - Specific Dimensions - and check all dimensions (basically it's saying ignore these fields for the purpose of summing).

Re: Grand Total shows wrong calculation (update v1.5.2 Windows)

Posted: Tue Sep 28, 2021 6:01 pm
by MartinArmstrong
AlexPhilip wrote: Tue Sep 28, 2021 4:11 am Use a window sum. This would change the total as filters are applied. If you don't want the total to change when filtering, use FIXED.

WINDOW_SUM(SUM([Sales]))

Depending on what pills are in the view, you may need to Edit Table Calculation - Specific Dimensions - and check all dimensions (basically it's saying ignore these fields for the purpose of summing).
You may well be right in what you say... but it doesn't appear to have anything to do with this topic (or MMEX at all). Wrong forum perhaps?