Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP 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 !!!