jupixy
1
Hi all,
my DB has a item:
In my app is MultiDropDown where the user can select one or more items:
Now I want to set a condition on a element that displays a 10px bottom line, ONLY WHEN one (or more) items selected in the multidropdopwn are matching the db item’s list:
In this example the condition will be true if the user has selected “hessen” in the multidropdown menu.
any ideas?
many thanks ,
jupxi
Hey,
I would use the intersect function that bubble offers. Basically if list1 intersect with list 2 count > 0 then show the line
Hope it helps
1 Like
jupixy
3
Best! Works perfect. Thanks a lot!
system
Closed
4
This topic was automatically closed after 70 days. New replies are no longer allowed.