I found thread767-1480010 and tried to follow the directions because my issues is very similiar.
I am using Crystal XI and have a report that has two subreports to pull data into the main report.
Subreports WIP and AR are located in the main report. In the main report, GHa contains a copy of both subreports and GHb also contains another copy of both reports. I have a shared variable "True_False" in the WIP subreport (GF1) and another shared variable "True_False_AR" in the AR subreport.
In both subreports in GHa, I suppressed all sections (but NOT the sub itself), and I formated the sub (format subreport->subreport tab->check "suppress blank subreport"). Then went into the section expert and check "suppress blank section" for GHa. Then I went into the section expert of the main report->GHb->suppress->x+2 and entered:
whileprintingrecords;
shared booleanvar true_false;
true_false = false
or
shared booleanvar true_false_AR;
true_false_AR = false
On all subreports I shrank up each field and section as small as possible.
Gha seems to be working correctly and is not displayed on the report. Ghb is displayed as a very small section on most pages of the report, however there are a few pages that is takes up more space than I would like.
Any help would be greatly appreciated. Thanks!
I am using Crystal XI and have a report that has two subreports to pull data into the main report.
Subreports WIP and AR are located in the main report. In the main report, GHa contains a copy of both subreports and GHb also contains another copy of both reports. I have a shared variable "True_False" in the WIP subreport (GF1) and another shared variable "True_False_AR" in the AR subreport.
In both subreports in GHa, I suppressed all sections (but NOT the sub itself), and I formated the sub (format subreport->subreport tab->check "suppress blank subreport"). Then went into the section expert and check "suppress blank section" for GHa. Then I went into the section expert of the main report->GHb->suppress->x+2 and entered:
whileprintingrecords;
shared booleanvar true_false;
true_false = false
or
shared booleanvar true_false_AR;
true_false_AR = false
On all subreports I shrank up each field and section as small as possible.
Gha seems to be working correctly and is not displayed on the report. Ghb is displayed as a very small section on most pages of the report, however there are a few pages that is takes up more space than I would like.
Any help would be greatly appreciated. Thanks!