Show detail section under Footer Section - crystal-reports

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.

Related

How to collapse or expand data in details section of crystal report 2011?

Is it possible to collapse or expand data in details section of crystal report 2011?
I tried to use Hide (Drill-down OK) but it doesn't bring + or - signs of to expand or collapse, it works like subreport.
Please anyone can help me
To drill down to the details of a group, on the print preview you double-click any data fields you've placed in the group header or footer, the hidden details section then appear.

How to suppress Page Header when I have a Cross Tab in Report Footer in Crystal Reports

I was wondering how to suppress the page header on a report only where my Cross Tab is shown on the report (which is at the end in the Report Footer section). I've re-set my paging after a section so my Cross Tab pages start fresh. Is there a formula to suppress if page numbers are duplicated?
Its very easy, you can give condition in section expert.
in Section Expert for the page header in the Suppress X-1 button try:
OnLastRecord. Refer link(http://www.crystalreportsbook.com/Forum/forum_posts.asp?TID=10201)
Crystal Reports - Suppress a Page Header if the page has 0 records
Crystal Reports - How to suppress a page header on the first page of a group?
http://businessintelligence.ittoolbox.com/groups/technical-functional/businessobjects-crystal-l/suppress-page-header-and-page-footer-on-the-report-footer-2715858

Report Header/Footer and SubReport

I have created a report (JasperReports) that contains Page Header, Detail, and Page Footer bands. The Page Header and Page Footer contain static content to compose a header and footer that should be printed on each page.
I want the Detail in a separate file (SubReport) so that I can update Page Header and Page Footer without having to make the same updates to multiple reports.
There is a SubReport in the Detail band. The SubReport has a link to a database and displays records, but does not need any information from the report. The records are displayed when you view the SubReport individually, and the SubReport is linked, but nothing is displayed in the main report, and the resulting document is 84 pages. I don't know why the result is 84 pages. The SubReport I am currently using is only 24 pages.
I was able to get static content to show by selecting "All Sections, No Detail" in the properties, but with an SQL Query in the SubReport, there should be data to display. How can I accomplish this?
After viewing this link: http://salilstock.blogspot.ca/2012/06/jasper-subreport-modularize-jasper.html, I attempted to insert the header and footer as SubReports in my main report. This approach seems promising.

How to hide footer in subreport in jasper

I have a subreport and page footer in main report, and i need to hide page footer for the subreport part. Is there any way to achieve this?
Details:
I have main report. It has several detail bands and a page footer. One of detail bands (Detail 4) is filled with data returned from query. After this band goes "Detail 5" band that has only subreport in it, which is the last detail band. My subreport contains several pages of text. I need page footer from my main report not to be shown in this pages. So what I need is: page footer should be applied to pages, that are generated in detail bands 1-4, but not "Detail 5" .
Since the size of your details bands vary (and quite possibly the size of your subreport as well) you cannot be certain about the page numbers that the pages of your sub report will appear on. But that would be necessary knowledge to create a proper print when expression for the footer band to achieve the behavior you want.
In other words: it's most likely not possible to do that.

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