Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Transposing table and using header name as row name

Need help turning this table below:

into this pivot (which I also would like to turn into a stack bar chart):

Any suggestions?

Thanks!

Carol

1 Solution

Accepted Solutions
sunny_talwar

Use CrossTable to transform your data in the backend and then use Pivot table on the front end to display your data in this way?

UPDATE: Sample attached

View solution in original post

1 Reply
sunny_talwar

Use CrossTable to transform your data in the backend and then use Pivot table on the front end to display your data in this way?

UPDATE: Sample attached