Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I want to select all possible values of one field, but only if a variable has a certain value. I tried =if(vOP = 'Ja',_AusID) but it didn't work. Does anyone of you know how to do this?
regards,
MT
ok found the solution to it:
=if(vOP = 'Ja','_AusID')