I have the following formula, if there is
no amount I want show $100 (meaning now blank row).
But the following formula is not showing any
value. Can somebody please fix the formula.
Thank you,
if {CURRENT__TRANSACTION.Accounting_Date} < 8/1/2009
then
if isnull(({CURRENT__TRANSACTION.Amount})) then
({CURRENT__TRANSACTION.Amount}+100) else
({CURRENT__TRANSACTION.Amount})
no amount I want show $100 (meaning now blank row).
But the following formula is not showing any
value. Can somebody please fix the formula.
Thank you,
if {CURRENT__TRANSACTION.Accounting_Date} < 8/1/2009
then
if isnull(({CURRENT__TRANSACTION.Amount})) then
({CURRENT__TRANSACTION.Amount}+100) else
({CURRENT__TRANSACTION.Amount})