Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi
Can u share a sample file?
Thanks
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
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.