Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to show a selected set of values from a field in a listbox. Is that possible?
Valuelist('Val1','Val2') would give you only the values that you wish to display.
Match(fieldname, Val1, Val2) will give needed values from that field.
It doesn't work with me; the list box still show all values, the named values are shown twice in my listbox; where do I fill in this script to make it work?
See this
Is this u need?