Skip to main content

Form some reason if I try to multiply or divide I get error however addition and subtraction works fine. What am i doing wrong?


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


Reply