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''
Maybe this is the cause: '=' is used to check if something is equal. ':=' is used to modify data...So your formula would have to change to: if Active = 1 then'Client & Booked Course'.Client.… -
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''
Fred, if I may add something... You can use the chosen() function to do this. For example if you want to check if the 5th and the 8th option is selected of a multiple choice field you can use this:…
