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

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

Help with Set Analysis


Hi

I have a field called 'Period' which represents financial reporting periods within a year and they are numbered 1 to 12. I want a chart to only show periods 1 to 6. What is the set analysis for this?

Thanks

1 Solution

Accepted Solutions
swuehl
MVP
MVP

{<Period = {">=1<=6"} >}

added to your expression's aggregation functions, like

=sum( {<Period = {">=1<=6"} >} Amount)

View solution in original post

1 Reply
swuehl
MVP
MVP

{<Period = {">=1<=6"} >}

added to your expression's aggregation functions, like

=sum( {<Period = {">=1<=6"} >} Amount)