If you’re new to Qlik Sense, start with this Discussion Board and get up-to-speed quickly.
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!
Try by adding the dollar sign expansion
Count({<Year = {"$(=Year(Today())-1)"}, WeekNum = {"$(=Week(Today()))"}>}Station)
Try by adding the dollar sign expansion
Count({<Year = {"$(=Year(Today())-1)"}, WeekNum = {"$(=Week(Today()))"}>}Station)