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: 
Not applicable

Long Day Names

Hi,

I'm having trouble getting the long day names function to work. I've set long day names as follows:

SET LongDayNames='Monday;Tuesday;Wednesday;Thursday;Friday;Saturday;Sunday';

Now I'm trying to query today using the following expression:

=weekday(now())

However this returns the short day name, not the long day name.

Any help would be appreciated.

Matt



Labels (1)
1 Solution

Accepted Solutions
Not applicable
Author

Hi

Try

=date(now(),'WWWW)

Regards

Anders





View solution in original post

2 Replies
Not applicable
Author

Hi

Try

=date(now(),'WWWW)

Regards

Anders





Not applicable
Author

Perfect!

Thanks for the help.

Matt