Forum Discussion

Shreeram04's avatar
Shreeram04
Resolver III
4 years ago

Header For A Multiple Columns

Hi All,

 

My requirement is I need a header for some particular columns in a table. For example, if I have an area and country column means it shows under the Region header. How can I achieve this one?.

 

Sample data:

From this 

Product CodeJanFebMarAprMayJunOctNovDecAreaCountry
A200100300400200100100300400APACTaiwan
B305075103050507510APACTurkey
C602811876028281187ChinaChina
A4064390406464390SAMArgentina
A346958483469695848SAM Mexico
B567232815672723281EMEASaudi Arabia
C7631145763131145APACThailand

 

To this:

 

 

Thanks in advance.

1 Reply

  • negi007's avatar
    negi007
    Community Champion

    Shreeram04  in your visual you are having i guess sales by month and then you wish to add another value of text type i.e.e area and country is not possible. matrix visual will show first value against all header which is month case and if you add another value that will also be shown against all headers which will not give the correct result. 

     

    in this case, you can either use textbox or reactangle shape to show header for last two columns and seperate header for month values. this is the quick workaround solution that can be used for now.

     

    also, were you able to create the first visual that you have shared above