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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Char selection values

hi

i have year,quarter,month multi boxes are there

when am select year  to enable the bar chart values  when am selecting quarter,month that bar chat should not effect the values

how to do

please help me

thanks in advance

1 Solution

Accepted Solutions
sunny_talwar

May be use set analysis in your expression to ignore selection in Quarter and Month field:

{<Quarter = , Month = >}

View solution in original post

2 Replies
oknotsen
Master III
Master III

What you are looking for is called "Set Analysis".

If you add {1} to your expression, your problem is probably solved.

So:

sum({1} Sales)

May you live in interesting times!
sunny_talwar

May be use set analysis in your expression to ignore selection in Quarter and Month field:

{<Quarter = , Month = >}