IF ISNULL ({INVENTRY.IssueUnitOfMeasure}) THEN {TRANS.quantity}
ELSE {TRANS.quantity}*.3048
my problem is this, i only need {TRANS.quantity} to multiply by .3048 if the ({INVENTRY.IssueUnitOfMeasure}) is = MT otherwise i need it to just be {TRANS.quantity}.
Any help here would be greatly appreciated.
ELSE {TRANS.quantity}*.3048
my problem is this, i only need {TRANS.quantity} to multiply by .3048 if the ({INVENTRY.IssueUnitOfMeasure}) is = MT otherwise i need it to just be {TRANS.quantity}.
Any help here would be greatly appreciated.