Page 1 of 2
Savings Progress - Chart ignores 13th account and above
Posted: Wed Sep 17, 2025 2:23 pm
by Bernie
Folks, this is my first question here. So bare with me, please.
I have more than 12 accounts and the Savings Progress reports lists them all nicely in the bottom table, but the bar chart ignores the 13th account and beyond.
Is this a limitation of the charting tool, e.g. it can't do stacked bars with more than 12 values on top of each others, or can this be adjusted in the code somewhere?
Sorry, but I'm not a programmer, but dangerous enough to mess with the code
Appreciate all of your efforts and help with MMEX....it's fun to get things done.
Many Greetings.
Re: Savings Progress - Chart ignores 13th account and above
Posted: Fri Sep 19, 2025 10:52 pm
by whall3y
> Savings Progress reports
Can you please clarify what these are?
Re: Savings Progress - Chart ignores 13th account and above
Posted: Tue Sep 30, 2025 6:07 am
by Bernie
Re: Savings Progress - Chart ignores 13th account and above
Posted: Tue Sep 30, 2025 10:16 am
by Renato
In my opinion, this report, which was created five years ago, is no longer supported.
It is also based on an old MMEX version/database.
The supported/current reports can be installed under “Tools/General Report Manager/Import.”
Re: Savings Progress - Chart ignores 13th account and above
Posted: Thu Oct 02, 2025 12:31 pm
by whall3y
This report only outputs "Favourite" accounts. If you want to include all then you can tweak the SQL
Change Line 198 in the SQL to:
Code: Select all
where a.STATUS = 'Open' and BalanceNow>0
Re: Savings Progress - Chart ignores 13th account and above
Posted: Thu Oct 09, 2025 2:14 pm
by Bernie
Thanks guys. Appreciate the clarifications and hints.
Unfortunately, the lastest version of the Income_Expenses-SavingsProgress chart shows the same behavior. The stacked bar chart shows up to twelve accounts while the grid lists all of my 14 accounts as selected and I can confirm it by running the SQL Test within the report manager.
What I can't figure is whether all data is passed into the "chart.js"
Any idea? Would it help to create a sample db to reproduce the issue?
Many Greetings
Re: Savings Progress - Chart ignores 13th account and above
Posted: Thu Oct 09, 2025 3:08 pm
by Renato
You can send the .mmb file to
info@mmex.ch and I will take a look at it.
Of course, I guarantee complete confidentiality of your data.
Re: Savings Progress - Chart ignores 13th account and above
Posted: Sat Oct 11, 2025 9:16 am
by Bernie
Thanks. i‘ll create some test data to confirm ths issue before I‘ll submit it to you.
Re: Savings Progress - Chart ignores 13th account and above
Posted: Sat Oct 11, 2025 6:58 pm
by Renato
@bernier Thank you very much for the example.
@whall3y Would it be possible for you to solve this problem?

- MMEX1.png (201.18 KiB) Viewed 233 times
Re: Savings Progress - Chart ignores 13th account and above
Posted: Wed Oct 15, 2025 11:50 pm
by whall3y
Try this as a replacement for the HTML Template in the report. There was a bug around how the months were created in the chart data.