Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a list box with couple of values.
ListBox
Americas
Other Countries
I am presenting the list box in a drop down. I have a request to show 'Global' on the drop down if nothing is selected or if both are selected.
Any idea on how can I do that.
Thxs.
Alec
In the properties of the list box write script
Eg:-
=if(GetSelectedCount(ListBoxName)=0,'Global',ListBoxName)
Hi,
Assume that global is one of the value in your list box.
Look at the attachment.
Regards
ASHFAQ
Hi,
The expression above doesn't show any value.
and Global is not one if the items within the list box. I am trying to show if nothing is selected or everything is selected show Global as value