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: 
Anonymous
Not applicable

Conditional hiding of charts based on selection in Multi box

Hi Every one,

I have a team in Multibox with values "Team1" & "Team2", and  i have 2 charts corresponding to each team, is it possible to show the chart for "Team1" when there's no selection and  show "Team2" on selection, [i am using  Team='Team1' &..  in layout for two charts but when theres no selection the sheet is empty], can anyone help to fix this.

Thanks in Advance,

Arjin.

4 Replies
Chanty4u
MVP
MVP

U Can create a variable

and go to doc properties and  select  :Field even triggers  -->select ur field--> on select--> add select in field trigger---> ther again add variable (1,0,1)--

apply ok

santiago_respane
Specialist
Specialist

Hi Arjin,

you can use the Show property under Layout tab in chart properties and do like this:

In chart for team 1 use like this

GetSelectedCount(YourField)=0 //no selection for the field

and in chart for team 2 use like this

GetSelectedCount(YourField)>0 //at least one value selected


Please let me know if this helps.

Kind regards,

Anonymous
Not applicable
Author

Hi,

Thank you for your time,

i tried this before but not working, both charts are Hidden when there's no selection.

Regards,

Arjin.

santiago_respane
Specialist
Specialist

Hi,

please kindly share your app or an app with your objects in order to help and solve your issue.

Kind regards,