- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2024 07:14 AM
Hi,
I have been on the forums to find how I add 2 variable fields to popluate a third. I have come across this script:-
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2024 09:31 AM
Hi Jonathan,
Use parseFloat instead of parseInt. Check out this post for more options and examples.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2024 09:31 AM
Hi Jonathan,
Use parseFloat instead of parseInt. Check out this post for more options and examples.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2024 11:57 PM
Morning Brad,
That is great, thank you!, it works perfectly. I have also added .toFixed(2) aswell, so it always gives 2 decimal places.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2024 04:20 AM
Good to hear. You are welcome!