Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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