Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Amit_B
Creator
Creator

Charts displayed by selected values

Hi,

I have a container with multiple charts. A chart is displayed to the user if a certain value is selected in the Type field (if value 'A' selected so chart 'A' is displayed, same to 'B' and 'C') - Done with SubStringCount().

In this Type field there are values without relevant chart. So I added a text object with message to select a type, but I have a problem with the condition.

This text should be displayed if no Type selected (done with: getcountselected(Type)=0), or if the selected Type is not 'A', 'B' or 'C'.

Examples: text displayed if 'D' selected, and not displayed if 'B' and 'D' are selected (displayed only chart 'B').

Thanks.

Labels (4)
1 Reply
rubenmarin

Hi, I'm not sure of the conditions you need but you can try removing ABC from the selected values and check if there is anything else: Len(PurgeChar(Concat(Type),'ABC'))>0,