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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Sorting changes when selection is made

H All,

I have a list of months, that serves the user as a filter to slice define the report,

the field is sorted by an ascending numerical represntation of the month name, e.g. 012015, 022015, etc. (**details on sorting below)

a.png

When the user makes a choice and marks a specific month, the sorting order is changed to show the selected month on the top,

can i make it static? I believe it's confuzing the user!


b.png

** I attached 2 screenshots: a sample of the sorted simension & it's definition in Sort tab

Thanks in advance,

Nir

1 Solution

Accepted Solutions
arulsettu
Master III
Master III

may be this

in sort tab -> expression    

MinString({1} monthfield)

View solution in original post

5 Replies
arulsettu
Master III
Master III

may be this

in sort tab -> expression    

MinString({1} monthfield)

tresesco
MVP
MVP

Write sort expression like:  =Only({1} [Billing Month Num])

tyagishaila
Specialist
Specialist

try,

Sort--> Load Order -> Ascending

deselect rest check boxes.

Not applicable
Author

i was looking for the same answer in another post , your answered helped me

thanks

Anonymous
Not applicable
Author

Both options works well

Thanks pro's