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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
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)