But, if we go by your last 2 sentences, so you want the page header to be displayed on all pages except last 2 pages having OLE object, then whatever suppress condition you are using should work with OLE objects on 2 separate pages at the end of your report output after all your deta...
In Db, add a subreport. Use your real datasource and add Column3 and Column4. I don't have time to test this, but I think it will display all the columns as you requested. (Instead of step 1, you can probably use a placegrouper group in your report that only has 1 group. Then...
I right clicked, For both Count of Employeees.MainDetails.EOAsianOrAsianBritish in the ReportHeaderSection2 (Report Header b) and ReportFooterSection1 (Report Footer a), Format Object > Format Editor menu appears > Select Number tab > click on Customize > Checked Suppress if Zero and Show z...
linked subreports...633 How subreport linking works...634 Inserting subreports...636 Previewing subreports...
But it's still not doing what I need it. I need the subreports to show so I can't suppress the sections I want to show. I just need to suppress the employee group on the main report if there's no data passed from the subreport via the @Emp_Total field that's in the subreport...
(if you have more than on repeated fields create separate subreports each of them). Drop the subreport in the place of the repeated field in detail. Suppress all the sections in the subreport except detail wich containing database field. ...
Crystal Reports 问题集锦
2. Used that variable in main report as: Created a formula field as whileprintingrecords; shared Stringvar v_gl_code_blk 3. In details section where my main repot data and subreport data is located, selected Section Expert open the X-2 for Suppress(No Drill-Down) formula, and code...
show “PAGE 1 OF 1” on every page. The reason is simple-every time the subreport fires for each page heading in the parent report, it is starting over with a page number and page count of 1. In this situation, the subreport has no knowledge of page information in the parent report....
If you have fields in the report footer of the main report, then insert a second report footer and place the subreport there. In the section expert, you should format RF_b to "new page before". Then create two formulas in the main report: //{@false} to be placed in the report head...