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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
fatihsahin
Partner - Contributor
Partner - Contributor

Set Analysis

Hi community,

I need a set analysis statemet which selects all available months within a Fiscal Year until the selected months and builds the sum of a value.

Regards and thanks

3 Replies
sunny_talwar

Can you share a sample?

swuehl
MVP
MVP

So you have a Fiscal Year and a single Month selected?

Then try something like

=Sum({<MonthField = {"<=$(=Max(MonthField))"}>} Value)

MonthField should have a numeric representation, like Month() QV function is generating a dual value by default.