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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

expression problem

hello, please help me with a stupid problem, i will see the same week this year en previous year.
this expression dosn't work the table show the last week this year .
sum
({$<jaar={$(=max(jaar)-1) }>}{$<week={$(=max(week)) }>}[Aantal geleverd]
1 Solution

Accepted Solutions
swuehl
MVP
MVP

Use only one set expression, set modifier separated by comma:

sum
({$<jaar={$(=max(jaar)-1)}, week={$(=max(week))}>}[Aantal geleverd])

View solution in original post

2 Replies
swuehl
MVP
MVP

Use only one set expression, set modifier separated by comma:

sum
({$<jaar={$(=max(jaar)-1)}, week={$(=max(week))}>}[Aantal geleverd])

Not applicable
Author

Thanx it works !!!