Crystal Report No Header for SubReport - crystal-reports

Can someone PLEASE give me a clear instruction on how to supress the header (from the main report) on the Sub Report? I would greatly appreciate it! I am using Crystal Report 9. I only need to know how to supress the header on Subreport which is comming from the Main Report. I need the header to stay on the main report but I just dont want it to be there in the subreport when it shows up.

Related

Crystal Reports || Show Text when Report is Blank

​I have a crystal report which has 5 subreports. When there is no data then the report is coming as blank which is working as expected.
Now I have added a new Report Header section in the main report and added a static text (not from the database). So, when I am running the report whether it is blank or has data, the new section should be visible. So, it this section is visible only when the report has data. When there is no data, then this section is also not visible.
There is no suppression or formatting in this section but still, it is not showing in case of a blank report. I tried adding New Page Header Section also, Page and Report footer section also but it is not coming in any case when the report is blank.
Any suggestion to show that section in both cases, with and without data?
I have posted the same question on sap website and had long discussion. If anyone facing this issue, can check the thread at below link
https://answers.sap.com/questions/13453443/crystal-reports-show-text-when-report-is-blank.html

Crystal reports - where to put subreport

I have a subreport which is multiple pages long, but I'm not sure where to put it in the report.
If I put it in a detail section, the report runs for a long time and generates way too much data.
If I put it in the report header, the page footer is not displayed during the subreport and there are about 150 blank pages (well, blank except for the page footer) after the subreport.
Right now, the report consists only of a report header, a page footer and the subreport (which is in the report header), but I will eventually be adding another subreport. The reason I need to use subreports is because I need to have two groups.
Thanks.

Getting Page Headers with Crystal Reports Subreports

Perhaps you can help me with a problem I am having with Crystal Reports. I have a sub-report that has its own set a page headers. These are distinct from the page headers of the main report.
The heading show up when I run the sub-report by itself but when I run the main report, the heading portion of the sub-report is suppressed, only the detail lines show.
I cannot solve this by moving the heading to the main report because the sub-report is used in all three of my reports. In two of the reports I have two distinct detail sections.
I also tried to create group headers for the sub-reports. These are also suppressed in the main report.
Any help will be appreciated, I have been struggling with this problem for several day.
You can create additional page header sections and suppress them conditionally
Open the section expert within Crystal Reports whilst looking at the subreport
select the report header section
check that the "common" options does not have a tick next to hide, suppress
save the report and test

jasper report header not printed on summary page

I'm using Jasper reports. I have a page header, detail & summary band. The page header is repeated on all pages but sometimes when only the summary part moves into last page as the detail gets over in the page before that. The header is not printed on the last page i.e summary page.
Does somebody have any idea as to why the page header is not printed on the summary page. Is there some other way to print header on summary page.
By default, the page header does not apply to the summary band.
Since Jasper 3.6.1, there is a report property that can be used to force the summary band also to have page header, called Summary with Page header and footer. You should check it in iReport, or set isSummaryWithPageHeaderAndFooter="true" in the jasperReport tag.
In previous versions, before 3.7.6, you can put your content on band
'lastPageFooterBand',
Because the header content going to be repeated.
Other solution is:
add a new band into your report.
In my case, I was using ireport 3.0. I tested the two situations and worked perfectly.

Show detail section under Footer Section

I am using Crystal Reports. Is it possible in crystal that if i want to print details section under footer section. I have all the calculation at footer level and after that i want display all details records.
Thanks
You can but you will need to create a sub-report that has all the details you'd like to display and then import/embed the additional report in the footer.