I have a RANKCUMULATE function that is working fine but when a negative number is referenced it ignores it rather than subtracting it from the running total. I am hoping someone has run into this before and has a solution for me.
@JBeauchs
I would look for Ranks 67 and 68 and see what values are sitting on these ranks. Since 68 is visible which is at the bottom of your screenshot the value is exactly 326,894. If you look at the order and try to add as per ranks in an ascending order you will realize that the RANKCUMULATE is working fine
Rank 66 326,894 Overall 601,179
Rank 67 N/A Overall 601,179
Rank 68 326,894 Overall 928,073
Rank 69 -326,894 Overal 601,179
Now if you are comparing rank 66 with 69 you will see that there is no difference when in reality rank 67 and rank 68 also needs to be added before you come to rank 69. Hence you see same numbers on these two ranks
Hope that helps
Misbah
Miz Logix
To my knowledge it subtracts the values as well. Could you please show us all the lines items that are involved in the syntax especially Opp rank, In Planning Year? and Q3 for cumulate.
Here is the capture with the elements of the formula
Hi Anaplanners, I’m working with a calculation module (Module A) that is dimensioned by a concatenated list, Time, and Native Versions. In this module, I am performing a subtraction using values from another module (Module B), which is dimensioned by Native Versions and a different concatenated list. The two concatenated…
I am trying to create a Net Debt / EBITDA formula at the bottom of one of our P&L income statements where, i have tried the MOVINGSUM function. However this does not work for summary line items which EBITDA is. What i would like is to be able to sum the previous 12 months EBITDA (Including the current period) numbers in a…
I have a selective access cost center list in a flat format that contains multiple hierarchy levels. I need to assign more than one cost center parent to a single user. While this can be done manually, I would like to know if there is a way to import this through a CSV file instead. Could you please confirm if this is…