Client Script for adding values from 3 fields and populating it on other field

sachinshivakuma
Mega Contributor

Hi,

I need some help scripting on adding values from 3 fields and populating them in a new field.

Thanks in advance.

19 REPLIES 19

Hi JIm,



The Onchange isn't working for me when i call the function u_calculateTotal();   the value is not populating to the total field.



Thanks


Can you include a screen shot of one of your onChange scripts, including the code?   Are you getting any errors in the browser's console?


I am having this error. 

find_real_file.png

I'm getting this error as well. Jim, any thoughts on this?

BALAJI40
Mega Sage

Hi Sachin,



you can go with calculated value,


go to which field need the total count --> configure dictionary --> advance view



check the check box of calculated,



make change of return current.value1+current.value2+current.value3;