Forum Discussion

WZorn's avatar
WZorn
Helper III
11 months ago
Solved

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 ...
  • johnt75's avatar
    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.