Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
etrotter
Creator II
Creator II

Set analysis for this week last year

I think i have the general gist, but its not working for some reason:

Count({<Year={Year(Today())-1}, WeekNum={Week(Today())}>}Station)

I appreciate your help!

1 Solution

Accepted Solutions
sunny_talwar

Try by adding the dollar sign expansion

Count({<Year = {"$(=Year(Today())-1)"}, WeekNum = {"$(=Week(Today()))"}>}Station)

View solution in original post

1 Reply
sunny_talwar

Try by adding the dollar sign expansion

Count({<Year = {"$(=Year(Today())-1)"}, WeekNum = {"$(=Week(Today()))"}>}Station)