Here's the formula..
If {PACKINGSLIP_HEADER.S_TERMS} = "NET 30 DAYS" then
IDAutomationFontEncoderCode128 ({PACKINGSLIP_HEADER.S_ORDER_NO} & {@upstotal} , 0)
else
IDAutomationFontEncoderCode128 ({PACKINGSLIP_HEADER.S_ORDER_NO} , 0)
Problem is with @upstotal field, I need this to be a whole number. Field now is 2 place decimal.
Example Field now -->123.45
I need 123
Tried rounding, but it gives 123.00 etc...
Ideas?????
If {PACKINGSLIP_HEADER.S_TERMS} = "NET 30 DAYS" then
IDAutomationFontEncoderCode128 ({PACKINGSLIP_HEADER.S_ORDER_NO} & {@upstotal} , 0)
else
IDAutomationFontEncoderCode128 ({PACKINGSLIP_HEADER.S_ORDER_NO} , 0)
Problem is with @upstotal field, I need this to be a whole number. Field now is 2 place decimal.
Example Field now -->123.45
I need 123
Tried rounding, but it gives 123.00 etc...
Ideas?????