Comment Post Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎Feb 26, 2020 01:09 PM
Form some reason if I try to multiply or divide I get error however addition and subtraction works fine. What am i doing wrong?
1 Reply 1
Comment Post Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎Feb 27, 2020 08:17 AM
Try wrapping them in a VALUE() function:
VALUE({Hold}) * VALUE({Dosage})
INT() will do the same thing, but returns an integer rather than a float.
Bit more info on this thread