Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I'd like to set an action which selects possible values in a field using the function 'Select in Field'.
I know that there's a special function 'Select Possible', but I don't want to use it because it is not possible to set a condition inside this function.
Is it somehow possible to select all possible values using the function 'Select in Field'?
I know there's a special symbol '*' which selects all. Is there a special symbol that selects all possible?
Thank you in advance,
Larisa
I don't understand why you cannot use the Select Possible action?
>I know that there's a special function 'Select Possible', but I don't want to use it because it is not possible to set a condition inside this function.
What sort of condition do you have in mind?
maybe you can use a select in field (field2) and a concat of the values
='(' & '"' & concat( field2, '"' & '|' & '"') & '"' & ')'
I have found the possibility to set a condition inside the function 'Select Possible' inside the field window. so I can use it.