Hello all,
I'm using CR 2008 (Version 12).
I have a report (which contains a subreport) that is working exactly as I need it to work except when I export it to Excel.
When exporting, there are multiple blank rows at the top, requiring me to scroll down 200 or more rows before I get to the data.
The subreport is in a group header so that I can pull data from teh subreport into my main report. All the fields are suppressed in the subreport (but the subreport itself is not suppressed)
I am suppressing details in my main report based on a shared count:
I have checked every box to suppress blank section or to suppress blank data.
In the preview, everything is at the top. It is only when I export to Excel when the blank rows are displayed.
I do have multiple parameters to display a date range and to display a specific customer. I only have the blank rows if I use the parameters for the date range. Removing those and selecting only the customer, it displays and exports without the unnecessary blank rows.
Thanks in advance for any tips!
I'm using CR 2008 (Version 12).
I have a report (which contains a subreport) that is working exactly as I need it to work except when I export it to Excel.
When exporting, there are multiple blank rows at the top, requiring me to scroll down 200 or more rows before I get to the data.
The subreport is in a group header so that I can pull data from teh subreport into my main report. All the fields are suppressed in the subreport (but the subreport itself is not suppressed)
I am suppressing details in my main report based on a shared count:
Code:
whileprintingrecords;shared numbervar sharedcount;sharedcount <> 1
I have checked every box to suppress blank section or to suppress blank data.
In the preview, everything is at the top. It is only when I export to Excel when the blank rows are displayed.
I do have multiple parameters to display a date range and to display a specific customer. I only have the blank rows if I use the parameters for the date range. Removing those and selecting only the customer, it displays and exports without the unnecessary blank rows.
Thanks in advance for any tips!