PA TM1 Web difference on Scale Divisor
Posted: Wed Feb 20, 2019 11:05 am
Hi
On some reports users want the ability to see figures in Units, Thousands, Millions, etc.
We implemented this with a lookup and that gives a scale divisor of 1, 1000, 1,000,000 and then our DBRW formula were dividing by rScaleDivisor.
This worked fine in Active Forms in 10.1 TM1 Web.
However, it does not work reliably in PA TM1 Web. In some cases the report never finished running. Even worse, in other cases it appears to cause some lines to be randomly omitted from the reports.
The work around and arguably the better approach is to create consolidation measures above the unit level measure and use weights to divide by 1000 eg
Millions weight 0.001
Thousands weight 0.001
Units
Then the lookup from Units, Thousands, Millions, just needs to select the appropriate measure which is then referenced in the Active Form DBRWs.
Regards
Paul Simon
On some reports users want the ability to see figures in Units, Thousands, Millions, etc.
We implemented this with a lookup and that gives a scale divisor of 1, 1000, 1,000,000 and then our DBRW formula were dividing by rScaleDivisor.
This worked fine in Active Forms in 10.1 TM1 Web.
However, it does not work reliably in PA TM1 Web. In some cases the report never finished running. Even worse, in other cases it appears to cause some lines to be randomly omitted from the reports.
The work around and arguably the better approach is to create consolidation measures above the unit level measure and use weights to divide by 1000 eg
Millions weight 0.001
Thousands weight 0.001
Units
Then the lookup from Units, Thousands, Millions, just needs to select the appropriate measure which is then referenced in the Active Form DBRWs.
Regards
Paul Simon