Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi,
Maybe you can create 10 different datasets using crosstable() function and concatenate them.Create flag for group in each dataset.
Thanks,
Ashutosh
How to create data sets??? like a separate table?
Yes. 10 different data set with 10 columns each.