Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a Multi Box Object as
Options->A
B
C
D
I am creating a button which on selecting should change the values in the Multi Box to A, B and C.
The usual way is
-Create an Action
-Select In Field
-Give the field name in Field
-Enter Search String in the Search String.
I am able to write ='A' in the Search String. How do I write multiple values in the Search String.
Sorry, got it. You are using the logic in the Text Box. I get it now...Thanks
No, the script should return A to Z.
You should see all field values in the list box and clicking the text box should trigger the select in field action.
If I have more than one values that should be eliminated, how do I do it?
For example, in this case, if I have to select all the alphabets from A to V but not X, Y, Z?
Writing (* ^ X,Y,Z) isn't working.
(* ^ (X|Y|Z))
Thank you so much swuehl.