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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Pivot table sorting problem


I created a pivot table with the sections created below, however, no matter how I try to sort it, the null section stays on top.  How can I get that null section to the bottom of my table? Any insight would be greatly appreciated.

sort question.png

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

Try selecting Sub Total Field and uncheck all of check boxes in "Sort By" section, repeat this action with Corporate Merch Planning and Quarte Fields, finally order Department by Text value Ascending.

If this doesn't work Order Departments by expression descending and use this:

IF(isnull(Departments),0,1)

or

IF(Len(Trim(Departments))>0,1,0)

Best regards.

View solution in original post

2 Replies
aveeeeeee7en
Specialist III
Specialist III

Kindly Attach your Application if possible.

Not applicable
Author

Hi,

Try selecting Sub Total Field and uncheck all of check boxes in "Sort By" section, repeat this action with Corporate Merch Planning and Quarte Fields, finally order Department by Text value Ascending.

If this doesn't work Order Departments by expression descending and use this:

IF(isnull(Departments),0,1)

or

IF(Len(Trim(Departments))>0,1,0)

Best regards.