Need help to build a script to divide two integer fields
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2014 11:38 AM
How do you divide two integer fields to get a value in a separate field? For example, field1=10, field2=5. I want to divide field1 from field2 and have the value in field3.
Labels:
- Labels:
-
Service Mapping
11 REPLIES 11
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2014 02:14 PM
Thank you!!! Although it doesn't remove the commas, it does calculate as expected. You guys are awesome and very responsive!!!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2014 07:27 AM
If you don't want a comma in your integer fields, add the attribute "format=none" to the dictionary entry for that field.