Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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!
May be like this
=SubStringCount(Concat(Field),'aa')
=SubStringCount(Concat(Field),'bb')
=SubStringCount(Concat(Field),'cc')
no way, it still disappears when I select more than one listbox selections
What does a textbox with expression =Concat(Field, ', ') show when you select 'aa' and 'bb' in your listbox?
when I select both ( at same time) it shows nothing.
Int the TextBox expression, did you replace the placeholder "Field" with the actual name of the field you are showing in the listbox?
sure
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?
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.
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.