Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Calculation items and display units

I am working on a matrix that utilizes a calculation group to show the actual vs forecast vs the previous week for several metrics: I am using the Display Units dropdown under Specific Column ...
  • DataInsights's avatar
    DataInsights
    4 years ago

    Anonymous,

     

    I would disable the display units and put the logic in the calculation item. For example, if you want to display an amount in thousands, in the calculation item do the following:

     

    1. Divide the result by 1,000.

    2. Use the format string expression "#,##0K".