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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Sorting week days

I have created a listbox with the weekdays. However they are lined in the wrong order. How can I correct this? I tried the sort by expresion option but couldn't succeed to sort them in the correct order. Thanks

10 Replies
dezmundw15
Contributor III
Contributor III

Just an addendum to my response.  I was having issues with sorting my Week_Day Field in a Pivot Table that I developed.  I used the formula while expanding the naming convention of the day as follows:

=ONLY( Match( YourWeekDayFieldname,'Monday','Tuesday','Wednesday','Thursday','Friday','Saturday','Sunday' ) )