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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to sort by Total in Pivot

How can I sort the data in a Pivot table by the "total Omzet" column in the pivot below ?

Thanx in advance

Holke

error loading image

1 Solution

Accepted Solutions
Not applicable
Author

If you set the sort on the field labeled "K" with the expression Sum(Omzet) before any of the sorting for the field labeled "B", it should sort by total.

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hi Holke,

When you select the sort value in the properties of the chart, you will need to use the expression option. Try using the TOTAL qualifier in the expression sort....

=Sum(Total Omzet)

Cheers.

Ad.

Not applicable
Author

If you set the sort on the field labeled "K" with the expression Sum(Omzet) before any of the sorting for the field labeled "B", it should sort by total.