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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Shubham_Deshmukh
Specialist
Specialist

Sorting doesn't work after enabling "Single Selection" in QlikSense

Hi Qlikers,

I am enabling Single Selection on filter as I want to keep a defualt filter as per highest role.

So backend I have role_name and role_seq using which I am getting proper sequence in filter (sort by expression -> role_seq -> ascending).

But comes when I enable Single Selection on the same sorting order doesn't work as desired.

 

Regard,

Shubham D

Labels (1)
3 Replies
Kashyap_R
Partner - Specialist
Partner - Specialist

Hi

Can u share a sample file?

Thanks

Thanks and Regards
Kashyap.R
Mauritz_SA
Partner - Specialist
Partner - Specialist

Hi Shubham

Have you tried using Dual like it's being used in this post?

Just made little test app and it seems to work as expected.

Regards,

Mauritz

Shubham_Deshmukh
Specialist
Specialist
Author

Hi ,

Ya I tried with dual again it wasnt working after single selection applied.

I simply did 1 thing,

In sort by expression - > MinString({1}role_seq) , its working fine now.