
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sorting in Pivot Table
Can we sort below this pivot table by
SUM(Sales) for each CustomerName?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes. Since CustomerID is unique to CustomerName you also need to sort CustomerID by Sum(Sales)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
actually I need SUM(Sales) to be sorted descending order. Means,,,,,
Customer ID should be ID001, ID002, ID003....etc
and SUM(Sales) should be descending order....

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sort Brand by Sum(Sales) in descending order.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Your problem is that you are using a field that contains the same name for all customerName and you have to crear other field creating an unit key for all records or display the customer name as unic column.
You can tu use the customerID&':'&CustomerName to display the code and name together. see qlikview example.
The problem is that qlikview is identifying field named Brand as iqual records. For examplo B1 is tha same in all records.
I hope help you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Here you are the best solution.
I'm sure it works correctly
