Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How can I sort the data in a Pivot table by the "total Omzet" column in the pivot below ?
Thanx in advance
Holke
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.
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.
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.