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

Display object based on List box selection.

I have a list box with values in it.I want to display an object when you selct one value in the lsit box.How can I do this?Please help me with this.

Thanks in advance.

1 Solution

Accepted Solutions
fred_s
Partner - Creator III
Partner - Creator III

Hi,

See attachment.
The trick is in the Text Object > Properties > Layout > Conditional

View solution in original post

5 Replies
fred_s
Partner - Creator III
Partner - Creator III

Hi,

See attachment.
The trick is in the Text Object > Properties > Layout > Conditional

jaimeaguilar
Partner - Specialist II
Partner - Specialist II

You can use pick/match functions in case you want to use the same object but with different behaviours, or changing visibility (Properties > Layout > Conditional)  in case you want to display different objects for every selection from listbox.

refer to the attached example,

regards

Not applicable
Author

Awsome.This is exactly what i needed.Thank you very much.

Not applicable
Author

Hi Fred,

Can you explain the difference between (Number) and Number (no brackets) in the expression in your example please?

Thanks

John

fred_s
Partner - Creator III
Partner - Creator III

Hi John,

count(Number) = 1 AND Number = 3

The first (Number) is part of the function Count(), meaning
the count of selected or associated values in field "Number" has to be 1.
The second Number means the value of the Field "Number" has to be 3.