Page 1 of 1

Subtracting

Posted: Wed Aug 25, 2021 12:24 pm
by jvalerio
I have to do a substraction of two data items. I'm writing this function out {JTBOM.QtyOnHand}-{JTBOM.QtyNeeded}, but the display data just shows the values.
For example, it will show 3 - 2. Not 1. Any help will be appreciated.

Re: Subtracting

Posted: Wed Aug 25, 2021 1:26 pm
by Lech Kulikowski
Hello,

You should use the following expression:
{JTBOM.QtyOnHand-JTBOM.QtyNeeded}

Thank you.