Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Qlikuser09
Creator II
Creator II

unpivot a single table into multiple columns qliksense

I have a pivot table with 100 columns, is there a way I could group 10 columns under one group, and the next 10 in another sub-group and so on, with the drill-down functionality between them

3 Replies
AshutoshBhumkar
Partner - Specialist
Partner - Specialist

Hi,

Maybe you can create 10 different datasets using crosstable() function and concatenate them.Create flag for group in each dataset.

Thanks,

Ashutosh

Qlikuser09
Creator II
Creator II
Author

How to create data sets??? like a separate table?

AshutoshBhumkar
Partner - Specialist
Partner - Specialist

Yes.  10 different data set with 10 columns each.