obtechuser
MIS
Hello
Need to translate the below SQL statement into crystal friendly terms. This will be for a select statement:
{tb001_LCRNegociation.PresentAmount} <> Is Not Null
I have tried to copy/pasted the above, but it returns an error.
Was thinking of using
{tb001_LCRNegociation.PresentAmount} <> $0.00
But am not sure if null and 0.00 mean the same to Crystal.
Crystal 9
Win XP
Thanks,
Marco
Need to translate the below SQL statement into crystal friendly terms. This will be for a select statement:
{tb001_LCRNegociation.PresentAmount} <> Is Not Null
I have tried to copy/pasted the above, but it returns an error.
Was thinking of using
{tb001_LCRNegociation.PresentAmount} <> $0.00
But am not sure if null and 0.00 mean the same to Crystal.
Crystal 9
Win XP
Thanks,
Marco