Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Dynamic Matrix Table with dynamic column headers

Hello :),

 

I have 2 questions for my Matrix table. I need to do a matrix table which includes the Actual values until the current Date and for the rest of the Year the Forecast Values. For Example: Today is the 20.06.2021, so until June I want to show the actuals and for  the rest of the Year the forecast (BP2021).  I wanted to know what the best approach is. My thirst thoght was to da an if-statement combined with Date().  But I am not sure, if that is the best approach.

 

My other Question is, is it possible to show in the column header, if it is an Actual or an Forecast? Otherwise the User will not know, which values are actaul or forecast.

 

I am very thankful, for every help and tip.

 

Here is how my Datatable looks like:

PeriodMonthValue
Actual 202131.0110
Actual 202128.02

20

Actual 202131.0330
Actual 202130.04

40

Actual 202131.0520
BP 202130.06300
BP 202130.07100
BP 202128.02200

3 Replies

    • Anonymous's avatar
      Anonymous
      Not applicable

      Hi CNENFRNL ,

       

      thank you for quick help. I would like to do matrix table where each month is a separte column. I think I can adopt the code for the measure.

      The final Matrix table should look like this:

       

      Cost type

      Jan

      FebMarMayJuneJulyAugSeptOct
      US100xxxxxxxxxxxxxxxxxxxxx

      xxx

      xxx

       

      So now I would add calculated columns for each month and post your code.

       

      Now the question is, how can I highlight in the column header, which month is an actual or a forecast?

       

      Thank you and best regards,

       

      Albert