Hi, I'm trying to create a form that needs to display the sum of two text boxes (numbers) with the result in a third box (total). Can anyone help me? Thanks.
Hi
You need to have a trigger on the first and 2nd textboxes, this will be "Value Changes" Trigger, then a listener on the last one which will "Call Function", the function will do the calculation and set the value
You need to login to be able to post a reply.