Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: 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