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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

Labels (1)
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' ) )