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

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