Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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



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