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: 
warrentk80
Creator
Creator

exclude selection

Hello everyone, I created a dashboard where the opening of the page displays the data of the last month available (thus opening the document I select the first division) and it may object selection to select the previous months.

the same dashboard I made a chart where I have to represent the sum of sales for all months of the year, but the chart being the selection of the active month shows me only a month.

as a rule the selection of the month in the chart?

Thanks for collaboration

Andrea

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

If you want to exclude selection in month field than change your expression to this:

Sum({<month>} Sales)

View solution in original post

4 Replies
sunny_talwar
MVP
MVP

To exclude selection in the month field you can try this:

{<Month>}

warrentk80
Creator
Creator
Author

Thanks for the quick reply, but I did not understand 😞

The expression I use is = Sum ([Sales])

the dimension is month.

thanks

sunny_talwar
MVP
MVP

If you want to exclude selection in month field than change your expression to this:

Sum({<month>} Sales)

manojkulkarni
Partner - Specialist II
Partner - Specialist II

try

sum({<MonthFieldName=>}Sales)