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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

set analysis, dates from num(weekday(Date))

Hi,

I want to determine date based on what num(weekday(Date)) it is. In my set analysis i have YearWeek but then i want the date to be one specific day of that week. and in another statement i want to look at monday to fridag (0-4).

is this possible?

//A.

1 Reply
swuehl
MVP
MVP

Maybe like

=count({<Date= {"=num(weekday(Date))<5"} >} Date)

Hope this helps,

Stefan