Forum Discussion

twister8889's avatar
twister8889
Helper V
4 years ago
Solved

Create blank column to divide values into matrix table

Hi guys, 

 

I have a dataset that contains, current values (past and present month) and the forecast month, these information are divided by a column flag Current/Future. I created two matrix tables, and for each, I choose a flag Current/Future, but I would like just one table, and insert a blank column to divide the values Current and Future, it's possible?

This is my

ProductMonthCurrent/FutureValues
Aago110
Bago15
Cago12
Dago14
Aset12
Bset14
Cset15
Dset16
Aout250
Bout260
Cout245
Dout220


Expected result: Insert the blank column to separate Current and futere values.

Productago set out
A102 50
B54 60
C25 45
D46 20

5 Replies

    • twister8889's avatar
      twister8889
      Helper V

      First of all, thank you for your answer..

       

      I have a measure for example Sum(Values), for month columns (Aug, September) with the flag 1 and the same measure for october is 2.
      So, I would like to insert the blank column between end flags with value 1 and begin
      flag value 2