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

how to make a chart visible based on the value selected?

Hi All,

My requirement is

Ex:

Say field name has a,b,c data

Now If I select a one chart should be displayed and if I select b one more chart should forb should be displayed and on c one more for c.

So my doc should have 3 charts.

How can I achieve this? I tried in layout conditional but its in appropriate. Can anyone help please?

Regards,

Prajna

12 Replies
Not applicable
Author

some error near letter show

FindOneOf( GetFieldSelections(Show), 'a') > 0

In place of show I need to put field name?

If so...

Em not able to hide the charts...all 3 are visible without data

Regards,

Prajna

tresesco
MVP
MVP

Have you tried ?

SubStringCount(GetFieldSelections(Metrics), 'a')

SubStringCount(GetFieldSelections(Metrics), 'b')

SubStringCount(GetFieldSelections(Metrics), 'c')

Not applicable
Author

Thanks for all the suggestions

Regards,

Prajna