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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
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),.....