I have a report with various grouping levels and detail sections. The problem is that I have blank rows in the detail section. The report looks something like:
Record Label 1 Record Label 2
record1 record1
record2
record3
record2
record3
The report should look like:
Record Label 1 Record Label 2
record1 record1
record2 record2
record3 record3
I have played with the groupings and tried moving the fields to the various groups, but the only way to get all of the data to return is by putting it in the detail section. I can't use a subreport because the report runs too slow.
FYI, I am conditionally hiding some of the data because the report is written from a flat file. The data that is being hidden is creating the blank rows or spaces.
Record Label 1 Record Label 2
record1 record1
record2
record3
record2
record3
The report should look like:
Record Label 1 Record Label 2
record1 record1
record2 record2
record3 record3
I have played with the groupings and tried moving the fields to the various groups, but the only way to get all of the data to return is by putting it in the detail section. I can't use a subreport because the report runs too slow.
FYI, I am conditionally hiding some of the data because the report is written from a flat file. The data that is being hidden is creating the blank rows or spaces.