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

set analysis help

Hi

i have a multibox ,it consists of 3 fields .i have a table it consists total sales ,country ,margin ,publicity Cost.

when i select any of 3 fields in the multi box ,Total Sales field should not be changed,Rest of fields country,Margin,Publicity cost should change .

Any help will be appreciated

Thanks

3 Replies
robert_mika
Master III
Master III

Not 100% sure but you can try this:

=sum({1} Sales)

Anonymous
Not applicable
Author

Thanks for the reply!!

Seems to be working let meConfirm

Thank You

petter
Partner - Champion III
Partner - Champion III

I think it should be  Sum( {1} TOTAL Sales )

Since the {1} disregards selections made and the TOTAL the dimensions used in the chart.