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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
ahamers
Contributor
Contributor

Between set analysis

Ik wil één periode nummer in mijn ListBox selecteren, zodat ik de laatste 6 maand te selecteren.

Het selecteren periode van 12 dan wil ik de informatie van de periode 7,8,9,10,11 en 12 te zien.

Ik probeer dit:

Som ({$ <periode = { "$ (> = & (Max (periode) -5) & <= & (Max (periode))"}, source = { '12'}>} Bedrag)

Labels (1)
2 Replies
MK_QSL
MVP
MVP

=SUM({<periode = {'>=$(=Max(periode)-5)<=$(=Max(periode))'}, source = { '12'}>}Bedrag)

sunny_talwar
MVP
MVP

better to use double quotes for search string now since this has been corrected now

Quotes in Set Analysis