Hi,
I have a Crystal Reports report that gets it's information from a DataSet. One column of my report has an image whose 'Suppress' state is controlled by the state of one DataSet column, using the following condition/statement:
{ProjectSummVarsRepDataPar
ams.boolNo
te} = False
My problem is that if there are NO rows in the DataSet the image is not suppressed whereas I would like it to be suppressed in that situation.
My question is how should I modify the above statement to suppress fields/image if there are no rows in the DataSet, or should I be doing that some other way?
Thanks,
Michael
Start Free Trial