DeSaedeleer
Posts: 8
|
| Posted: 06/30/2006, 3:27 AM |
|
I have a report with 3 groups (H1, H2 and H3). Every heading takes 1 line, with the title of the heading.
However not all groups have a subgroup 3, so a blank line is printed. I know you can hide a grid when no records are found but can you also hide (make invisible) a blank group line when then group has no records (I work with ASP)
example:
Text H1
Text H2
Text H3
record1
record2
but:
Text H1
Text H2
record1
record2
How can I suppress the blank line between Text H2 and record1?
|
 |
 |
|