Forum Discussion

vrv's avatar
vrv
Helper II
3 years ago
Solved

subgroup in matrix visualization

Hi all,

I have a matrix visualization with some sum of amounts for value and Q1, Q2, Q3 and Q4 for columns.

I need a subgrouping for each quarter. The underlying table does have a flag column and my subgrouping should show the sum of amounts for each quarter when the flag is set on 0 and alternatively, when it is set on 1.

Namely from this:

 Q1Q2Q3Q4
Point A100200250150
Point B250350200100
Point C300400500300

 

I need to do this:

 Q1Q2Q3Q4
 myFlag = 0myFlag = 1myFlag = 0myFlag = 1myFlag = 0myFlag = 1myFlag = 0myFlag = 1
Point A4060601405020030120
Point B5020060290401602080
Point C80220903108042030270

 

Thanks,

vv

4 Replies

  • vrv , if the first one is matrix then you should able to add a flag and expand it.

     

    The information you have provided is not making the problem clear to me. Can you please explain with an example.

    Appreciate your Kudos.

    • vrv's avatar
      vrv
      Helper II

      amitchanddak,

      thank you for your reply.

      Yes, the first table is a matrix.

      I am adding the flag field to the columns, under the quarter column but nothing happens to the visual.

      I expect to see the table as my second table in my initial message.

      What am I missing?

      Thanks,

      vv