Badges
Latest Posts
-
Re: Could you help me, I need to connect two choise fields, one multiple choise oe and another Yes/No field. If let's say choise 5 and 8 are selected in the first one the other field will have to be Yes. Tried to do it with the trigger after update but I am not sure if it is correct '' if 'Payment Status' = 5 then 'Payment plan'.(DC := true) end''
Working with Multiple Choice fields is not staight forward as Choice fields. Once you select more than one choice then you can't use "=" anymore as you now have an array.…

