Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
qliklearnervir
Creator
Creator

show hide chart on behalf of list box values

Hi ,

In our requirement i have one list box called 'business' and values called 'generic' and 'safety' .

on behalf of generic i want to show charts and on behalf of safety  another chart in same sheet.

kindly guide how to conditionally i can do this scenario.

Thanks.

Virendra

Labels (1)
3 Replies
Not applicable

Hi,

You can write in expression sett analysis.

Chart1:

In dimension,

              Fieldname

In Expression,

Sum({<business={'generic'} >} value_field)

Chart2:

In dimension,

              Fieldname

In Expression,

Sum({<business={'safety'} >} value_field)

sunny_talwar
MVP
MVP

You can use this in your chart's conditional show expression:

GetFieldSelections(business) = 'generic' for 1st chart and

GetFieldSelections(business) = 'safety' for 2nd chart

HTH

Best,

Sunny

stigchel
Partner - Master
Partner - Master

You can conditionally show or hide objects, in the properties layout tab set conditional show and an expression.ConditionalShow.png