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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
Sanket_Sharma
Partner - Contributor III
Partner - Contributor III

Sorting Tables in Qlik Sense

Hi,

I have made tables in qlik sense which has dimensions and measures. I want  to sort them in descending order. The issue that i am facing is that the column against which i am trying to sort has repeated values. Due to which sorting is comming proper. example:-

 

Table-1:

     Response , Count, Category

1. hi                     74                a

2. hi                      39               c

3. hello              81                a

I have applied sorting by expression against Response in descending order in sorting category. For the rest i have not used sorting.

                

Labels (3)
1 Solution

Accepted Solutions
rubenmarin
MVP
MVP

Hi, if it's a simple table you can drag the measure to be the first sort condition.

For a pivot table you should make diffrrent values for the first dimension so they can be splitted, something like: =Aggr(Dual(Response, RowNo(TOTAL)), Response, Category)

And sort by expression using the measure

View solution in original post

3 Replies
rubenmarin
MVP
MVP

Hi, if it's a simple table you can drag the measure to be the first sort condition.

For a pivot table you should make diffrrent values for the first dimension so they can be splitted, something like: =Aggr(Dual(Response, RowNo(TOTAL)), Response, Category)

And sort by expression using the measure

Sanket_Sharma
Partner - Contributor III
Partner - Contributor III
Author

Hi,

In case of simple table even if i drag the measure at top the sorting is not proper.

rubenmarin
MVP
MVP

Hi, what you mean is not proper? can you post how you would like to sort the data?