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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Day names

Hi,

Is there any function to display the day names like Monday,Tuesday...from the date fields.

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

use

WEEKDAY(ORDERDATE) as DayOfWeek

in your script and on the Main tap see if you have

SET DayNames ='Monday;Tuesday;Wednesday; etc.

to get the names.

Good luck!

Rainer



SET DayNames ='Monday;Tuesday;Wednesday;Do;Fr;Sa;So';

View solution in original post

1 Reply
Not applicable
Author

Hi,

use

WEEKDAY(ORDERDATE) as DayOfWeek

in your script and on the Main tap see if you have

SET DayNames ='Monday;Tuesday;Wednesday; etc.

to get the names.

Good luck!

Rainer



SET DayNames ='Monday;Tuesday;Wednesday;Do;Fr;Sa;So';