Hello;
I need a help to get rid of this sub report when there is no row returned.
I have a main report with several sub reports. One of sub report only contains a few text words on detail section. When no row returned from query, this sub report should not been seen at all. Currently this sub report gives a blank page.
I set suppress property
{Command.PageCount} mod 2 = 0
However when pagecount = 2, I got blank page from this sub report.
Please help.
Jean