Hi,
I have an amount field in money datatype but in Crystal XI could try to do the following
if isnull(Amount)
then ('N/A')
else
(Amount)
but getting error "A string is required"
But would like to handle when there is an amount it shows amount otherwise it shows "N/A"
Thanks alot,
I have an amount field in money datatype but in Crystal XI could try to do the following
if isnull(Amount)
then ('N/A')
else
(Amount)
but getting error "A string is required"
But would like to handle when there is an amount it shows amount otherwise it shows "N/A"
Thanks alot,