Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
ilanbaruch
Specialist
Specialist

sorting QlikSense Pivot table

hi All,

any ideas on how to give users the option to sort a pivot table??

Advanced thanks

1 Reply
ilanbaruch
Specialist
Specialist
Author

load * inline[ SortBy

Value1

Value2

Value3

Value4];

if (getfieldselection (SortBy)='Value1',sum(Amount),

if (getfieldselection (SortBy)='Value2',count(user_id),.....