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: 
Rammohan_Qlik
Contributor
Contributor

hide a dimension values in chart when I select a same Dimension value from field(Filterpane)

Hi All.

I want to hide a dimension values in chart when I select a same Dimension in field(Filterpane).

Ex: Country A,B,C,D  if I select Country 'A' I want to hide 'A' related Values in barchart.

@MK_QSL  @jagan 

Thanks for helping.

Mohan

Labels (1)
1 Reply
justISO
Specialist
Specialist

Hi, you can try something like this:

if(GetSelectedCount(country)>0 , sum({1-$} value), sum(value))

and in charts 'add-ons' tab uncheck 'Include zero values' for better data representation.