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: 
vinicius_siquei
Partner - Contributor III
Partner - Contributor III

Filter only one Chart

Folks,

One of the filters avaliable in my dashboard must filter only one chart. The user doesn't want to see its effect over the others elements in the dashboard.

Is it possible ?

Thanks.

Vinicius

13 Replies
rajat2392
Partner - Creator III
Partner - Creator III

no need to use any alternate state, just add this expression in the charts in which you don't want the change..

sum({1}your_fieldname)

It will ignore all the filter selection, so apply this on all the charts where you don't want to see the change.

If you want to ignore only some filters selection shouldn't create any change, then write this expression...

sum({<filter1=, filter2=>}your_fieldname)

rustyfishbones
Master II
Master II

You can use Alternate States for this

There are some good videos on Youtube to show you this

Regards

Alan

nizamsha
Specialist II
Specialist II

use Alternate State when u use Alternate state in specific chart that char only changes other chart wont get affected

Setting ->Document Properties->General->Alternate State.>Give Alternate State Name -.>

Finally give the Alternate State in the list box what u like -->

listbox>genereal->alternate State->alternate state name->in the chart also give the alternate state name->finally bring the alternate state name in ur expression

ThornOfCrowns
Specialist II
Specialist II

All this talk of Alternate States assumes that OP is using QV11, of course!