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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
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
MVP
MVP

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
MVP
MVP

Try by adding the dollar sign expansion

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