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,
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
Hi @Rockstar7
I want to hide complete object but it is hiding Data only