Hi all,
I'm using Crystal 11.5 and running off an ODBC warehouse table and I'm trying to exclude all of the fields which are null or have 4 empty spaces in them.
So far, I have:
and not isnull({warehouse table.field})
and I'm able to exclude the null fields.
I'm using Crystal 11.5 and running off an ODBC warehouse table and I'm trying to exclude all of the fields which are null or have 4 empty spaces in them.
So far, I have:
and not isnull({warehouse table.field})
and I'm able to exclude the null fields.