Conditional select lookup

I have session variable set in onload [cando]. In my radio button select, if [cando]=0 then select a,b where a<>3…else select a,b

Errors whether in a case or in an if-then. Is it not possible to have conditions in radio button lookups? The session variable is definitely getting set correctly.

1 Like

yes it is possible , i remember issues with variables in lookups.
you can try make a label field, assign it a value from your variable in on record event, and use this field instead of your variable.

all fields properties should be made assignable via PHP code IMHO, why it is not the case?

Interesting workaround. Will try.