Zeroanarchy
Technical User
Hi is there a way of converting the following IIF statement from access into a Decode statement in Oracle?
Thanks
ZeroAnarchy
Experience is a wonderful thing. It enables you to recognize a mistake
when you make it again.
Code:
Payable: IIf([AMOUNT]=0,[AMOUNTDESCRIPTION],IIf([ORDER]=31,Null,FormatCurrency([AMOUNT])))
Thanks
ZeroAnarchy
Experience is a wonderful thing. It enables you to recognize a mistake
when you make it again.