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

Display chart based on a value from the selction box

Hi,

I want the chart only to appear based on a selection from the list box.

For example list box called Project with values 11,12,13

I want the chart hidden and only appear on the selection of either 11,12,13

I tried the GetFieldSelections(Project)='*' in  Chart Properties ->Layout -> Conditional but does not seem to work

Any ideas?

14 Replies
tamilarasu
Champion
Champion

I missed to check the screenshot. 

shamitshah
Partner - Creator
Partner - Creator
Author

Thanks Guys!

shamitshah
Partner - Creator
Partner - Creator
Author

Hi Tresesco,

I note that GetSelectedCount() works fine with one dimension within (). How do I bring in additional dimensions?

Thanks

tresesco
MVP
MVP

Then use : =Len(GetCurrentSelections())>0

shamitshah
Partner - Creator
Partner - Creator
Author

Thanks Tresesco,

That works fine.