Forum Discussion
WZorn
11 months agoHelper III
Calculation Group and Complex Measures
Let me see if I can explain what I'm tryin to do. I hope someone has a solution for where the calculations go wrong. I'm creating an income statement where the majority of rows are a roll up of ...
- 11 months ago
You want to change the way the measures are calculated, so you need to define the logic in the calculation item. You can detect which measure is currently active using SELECTEDMEASURENAME and then define a separate calculation for each one if you need to.
johnt75
11 months agoSuper User
You want to change the way the measures are calculated, so you need to define the logic in the calculation item. You can detect which measure is currently active using SELECTEDMEASURENAME and then define a separate calculation for each one if you need to.
- WZorn11 months agoHelper III
This is exactly what I had to do.
I was hoping for a "magic" fix without having to add additional logic in the calculation item. Ah well.
Thank you!