Click to See Complete Forum and Search --> : suppress if no records


anncao
May 31st, 2007, 01:35 PM
In crystal report I have some lines and data in detail section like
_____________________________________________________
Name Relationship
@name @relationship
_____________________________________________________
I want to suppress it if no records, so in the section expert suppress function area I put, recordnumber=0, but if there is no record, it still shows the label and lines. I also try to suppress blank section, it didn't work either.

Any suggestions?

Thanks

JaganEllis
May 31st, 2007, 04:53 PM
Check the Belution forum where you posted this.
IsNull({table.field}) of a non-null field.