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

function with days of week

Hi everybody,

I need to find a function that permits me to create a column with the seven days of week

4 Replies
Chanty4u
MVP
MVP

try weekday function

LET vDay = WeekDay(Today());

Not applicable
Author

It does not work. furthermore in my case I need Qlik sense solution

Chanty4u
MVP
MVP

try simple in your script

like below

weekday(YOURDATEFIELD) as Weekday,


if you use above you will get the column as weekday it displays all the days