Need a special offer?Find out if your project fits.
+

Wrong running totals of hierarchy field after expandAll

Answered
Ilaria asked on February 28, 2024

Hi,
I noticed that if you have hierarchical field and you define a formula with running totals, the formula shows the wrong values after expand all.
Here is a JSFiddle to reproduce the issue.
If you click on expand all, 2023/01 has value=5 but it should be 1: it seems that the formula is computing running total without considering the hierarrchy.
The issue is not present if you expand manually the year 2023, instead.
Could you please solve the issue?
Thank you in advance,
Ilaria
 

5 answers

Public
Solomiia Andrusiv Solomiia Andrusiv Flexmonster February 29, 2024

Hello, Ilaria!
 
Thank you for reaching out to us and providing a reproducible JSFiddle.
 
Our dev team will look closer at the described behavior of calculating running totals with multilevel hierarchies and get back to you with a fix with the ETA March 18th.
 
We will notify you about any updates on the matter.
 
Kind regards,
Solomiia

Public
Solomiia Andrusiv Solomiia Andrusiv Flexmonster March 19, 2024

Hello, Ilaria!
 
Hope everything is well.
 
We are happy to inform you that the issue with the wrong running totals calculation for multilevel hierarchies when the expandAll property is enabled was fixed.
The fix is included in 2.9.73 version of Flexmonster: https://www.flexmonster.com/release-notes/version-2-9-73/.
You are welcome to update the component: https://www.flexmonster.com/doc/updating-to-the-latest-version/.
 
Please let us know if the fix works well for you.
 
Kind regards,
Solomiia

Public
Ilaria March 26, 2024

Hi Solomiia,
unfotunately the issue is not completely solved: if you have for example a three level (or more) hierarchy, after expand the intermediate levels only the firtst running totals are correct.
Here the modified JSfiddle

  • If you expand all -> running totals from Q2 on are wrong. 
  • The same also if you expand manually year 2023 

Please notice that the issue is present both on 'json' datasource and 'custom' datasource.
Thany you in advance 
Ilaria

Public
Solomiia Andrusiv Solomiia Andrusiv Flexmonster March 26, 2024

Hello, Ilaria!
 
Thank you for your feedback and the provided JSFIddle.
 
Our Dev team will test the calculation of running totals on more nested levels and get back to you with the fix with ETA on April 15th.
 
We will notify you as soon as the update is ready.
 
Kind regards,
Solomiia

Public
Solomiia Andrusiv Solomiia Andrusiv Flexmonster April 11, 2024

Hello, Ilaria!

 

Hope you are doing well.

 

Our Dev team has tested the provided JSFiddle with running totals example and hasn't found the inconsistency in calculations. Kindly note that since there is no option of setting the level of running totals calculation in Flexmonster, running totals are calculated on all levels, which may be the cause of misunderstanding. For example, in the provided JSFiddle, the Q2 value is a sum of the Q1 running total value(3) and its own running total(1).

 

Hope you will find our answer helpful.

 

Best regards,
Solomiia

Please login or Register to Submit Answer