Client Script for adding values from 3 fields and populating it on other field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2017 07:09 AM
Hi,
I need some help scripting on adding values from 3 fields and populating them in a new field.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2017 09:49 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2017 10:48 AM
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?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-04-2019 01:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2019 09:03 AM
I'm getting this error as well. Jim, any thoughts on this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2017 09:38 AM
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;