Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have country list and city under those countries.
I have created Multibox for Country and City.
Now I select multiple countries like Ctry1, Ctry2, Ctry3 and Ctry4 from country list box.
The current selection box displays the selected countries.
Now I select a city example City1. Let say this city comes under a particular country Ctry2.
The current selection box is displaying City1 is selected in City List Box.
But current selection box is not updated to display only country Ctry2. It is still displaying Ctry1, Ctry2, Ctry3 and Ctry4 as country selection.
Please help me in this situation as I want to show only Ctry2 in current seelection box as country selection.
Thanks
Rajneesh
The current selection box displayed excactly what they should display: the selections which are made. Your second selection might restrict your dataset further then from the first selection but it didn't remove these selection.
If you want to show only the available or possible data you need to build your own object - more or less complicated - with functions like concat() or getcurrentselections() respectively getfieldselections().
More ideas and alternatives will you find here: Current Selection Alternatives.
- Marcus
Hi,
Can you please attach the sample file as well. Thank you.
have u set only one selection in list box