Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am having following scenario.
1 . When I Click "Id" I need to sort based on "Sort" column
2. When I "Clear All" still I need to have the sort order column dimension followed by non "Id" Values
All I need is irrespective of the "Id" qlik I need to sort based on sort column followed by non "Id values.
Kindly let me know if any queries
-Jay
Maybe using a sort expression like
If(GetSelectedCount(Id),min(Sort),Rangesum(Min({<Id = {Y}>}Sort),Only({<Id = E({<Id = {Y}>}) >} Ord(lower(Rules)))))