mikefortune
IS-IT--Management
I keep trying an if then else and it keeps telling me "a number is required here" when I check it.
here is the formula:
If {OELIN.Itemkey} <> "FREIGHT"
and {OELIN.Qtyord} >= 1
then {OELIN.Qtyord}
else
IF {OELIN.Itemkey} = "FREIGHT"
then ""
here is the formula:
If {OELIN.Itemkey} <> "FREIGHT"
and {OELIN.Qtyord} >= 1
then {OELIN.Qtyord}
else
IF {OELIN.Itemkey} = "FREIGHT"
then ""