Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
I have two list boxes and I want to clean one list box depending of the selection of other list box.
somebody can help me.
best regards.
Hi,
you can set a Field Event trigger (Document properties>Tirggers) "On select" for the field of the second list box. The action wil be "Clear Field" in which you will set the field of the first list box.
Let me know if it's not clear!
Hi
You can use the Document Properties -> Triggers -> Field Event Triggers -> OnSelect -> and any of the actions available.
http://community.qlik.com/message/193568#193568
Thanks
Hi Elena thaks for your answer,
in fact I do that but it doesn't work because the field that must clear the list box must be in an specific value.
any idea?
Regards
for example in attached file I want to clean _Account list box when _CustomReport have selected 'Budget' value
Best Regards.
So only if Budget is selected it clears out _Account? or does it clear out on any selection in _CustomReport listbox?
yes only if 'Budget' value is selected.
Best Regards.
Hi,
You can try with the link i have posted .It might help you
Is this what you are looking for? PFA
Best,
S
thanks rgv rand in fact I checked but the problema here is that , when I tried to configure some condition in the part of 'ON SELECT' it not Works , I mean if I put only the field that most be cleaned it Works but when I put some 'IF' statement then it doesn't work.
and why and 'IF' statement, because only want to clean the list box when some value be selected ,I mean not in all selections of the same field.
best regards.