Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

conditional show multiple disappears

hi there,

ı have a problem,

ı am using "conditional show" based on listbox selections.

it is fine.

ı have listbox like that etc:

aa

bb

cc

and

conditional_object_a

conditional_object_b

conditional_object_c

when I select the listbox one by one there is no problem.

aa >> conditional_object_a 

bb >> conditional_object_b

cc >> conditional_object_c

But when I select 2 conditions for ex:

aa and bb  >> nothing!

but it should show both conditional_object_a  and conditional_object_b

how can I fix this?

thnks for helps!

1 Solution

Accepted Solutions
srivastalans
Partner - Contributor III
Partner - Contributor III

12 Replies
antoniotiman
Master III
Master III

May be like this

=SubStringCount(Concat(Field),'aa')

=SubStringCount(Concat(Field),'bb')

=SubStringCount(Concat(Field),'cc')

Anonymous
Not applicable
Author

no way, it still disappears when I select more than one listbox selections

Peter_Cammaert
Partner - Champion III
Partner - Champion III

What does a textbox with expression =Concat(Field, ', ') show when you select 'aa' and 'bb' in your listbox?

Anonymous
Not applicable
Author

when I select both ( at same time) it shows nothing.

Peter_Cammaert
Partner - Champion III
Partner - Champion III

Int the TextBox expression, did you replace the placeholder "Field" with the actual name of the field you are showing in the listbox?

Anonymous
Not applicable
Author

sure

Peter_Cammaert
Partner - Champion III
Partner - Champion III

Weird. Please post an example document or we may end up asking/answering a multitude of boring questions.

You're not using Alternate States, are you?

Anonymous
Not applicable
Author

my file is so big.

I am writing it to the lay out > show conditional

the thing I want to do is,

I have 3 selections and 3 texbox objects. each textbox object is shown conditional based on listbox selections.

when I select the listbox one by one, they appear one by one, but when I make 2 selections in listbox they do not appear.

the problem is that.

thanks again for your effort.

Peter_Cammaert
Partner - Champion III
Partner - Champion III

Then please create a new document, copy the relevant stuff on the Main sheet, add some dummy data in your load script, make sure that you are experiencing the same anomaly, and post the document here.

The information you are providing isn't enough to explain what goes wrong. Or we would have done so from the beginning.