Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want similar thing to happen with my listbox or multibox.
Suppose i have "Sports" as my main list after one choose a sport there should be list of "Managers" in it and on choosing it one should get "Players" for that manager.how will i proceed?
You can control the second and third list boxes with a show condition.
So in your second list box you could have a show condition that says : GetSelectedCount(Sports)=1
And on your third list box the show condition could be: GetSelectedCount(Managers)=1
This should work for you.
Hi,
Have a look at the attached example.
Regards,
Kaushik Solanki
Perhaps the property 'Hide deleted' lists help.
Hello Saumya,
PFA
thanks,
itsangad
Hello Saumya,
Was the attached qvw helpful?
Thanks,
itangad