Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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
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
Hi,
In case of simple table even if i drag the measure at top the sorting is not proper.
Hi, what you mean is not proper? can you post how you would like to sort the data?