Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Akina0929
Creator
Creator

how to Hide and show the KPI object conditionally in Qliksense?

Hi Community,

I have KPI  object and country listbox. Here I want to show KPI object for some countries only.

please suggest me the best way.

 

Thanks in Advance,

Labels (1)
  • Chart

3 Replies
Rockstar7
Partner - Creator
Partner - Creator

Hey @Akina0929

you can write your desired calculation in calculation condition like below

if(GetFieldSelections(country)=match(country,'USA','UK'),1,0)

it will display the data related to USA and UK when they are selected from country listbox

Rockstar7_1-1664211175551.png

 

Akina0929
Creator
Creator
Author

Hi @Rockstar7 

I want to hide complete object but it is hiding Data only