Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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

1 Solution

Accepted Solutions
sunny_talwar

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

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

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)