Lesson 8: Creating a Report That Contains a Subreport
This lesson shows a report combined with another report. In Logi Report, when you add report A into report B, the report A is referred to as a subreport, while report B is considered as a primary report.
In this lesson, we need to create a report that contains a subreport to show the order detail information, the related customers, and employees information. We first create a page report that contains two report tabs - one is about orders detail information, and the other is about a tabular report with two charts of different types. We take the first report tab in the page report as the primary report and the second one as the subreport, then we insert the second report tab to the first one to show the sales total by orders in different order ID groups.
Follow these tasks to create the report:
Task 1: Create a Page Report with Two Report Tabs
Before taking this task, make sure you have enabled the "Insert field name label with field" option in the Options dialog box as described at the last step of Lesson 3; otherwise, Designer does not insert the name labels together with the fields when you add fields to the report.
- In Designer, navigate to File > New > Page Report.
- In the Select Component for Page Report dialog box, select Banded and select OK.
Be sure that JinfonetGourmetJava.cat is the current catalog because this is the catalog we use in this track. For information about specifying this catalog, see Task 1, Step 2 and 3 of Lesson 1.
- In the Data screen of the Banded Wizard dialog box, expand the Imported SQLs node in Data Source 1 and select OrdersReport.
- Select Style on the screen navigation bar to switch to the screen and select the Simple style for the report.
- Select Finish to create a report with a blank standard banded object.
Designer identifies the panels in the banded object on the left by their abbreviations: a banded header panel (BH), a banded page header panel (BPH), a detail panel (DT), a banded page footer panel (BPF), and a banded footer panel (BF).
If you would like to write your own SQL statement, you can edit it using the Imported SQL Editor dialog box or import the SQL statement from a file. SQLs can work like queries in Designer.
In this lesson, we need to group data by Order IDs, so next we add a group to the banded object.
- Right-click the banded object and select Banded Wizard from the shortcut menu.
- In the Group screen of the Banded Wizard dialog box, select the DBField Orders_OrderID in the Resources box and select to add it as the group-by field. Select Finish.
- Resize the GH panel of the banded object, drag the fields Customer_Name, Orders_OrderDate, Contact_LastName, and Orders_PaymentReceived from the Data panel to the panel.
- Select the Customer_Name, Orders_OrderDate, Contact_LastName, and Orders_PaymentReceived name labels, set their Auto Map Field Name property to false in the Report Inspector, then double-click and edit the name labels to Customer Name, Order Date, Employee Last Name, and Payment Received one by one.
- Align the newly-added objects and resize them in the GH panel as follows:
- Resize the group-by field in the GH panel, navigate to Insert > Label to add a label ahead of it and edit its text to "Order ID:".
- Select the Order Date DBField and set its Format property to M/d/yyyy in the Report Inspector.
- Select the BPH panel, navigate to Insert > Label to add a label in it and edit its text to Order Details. The label then displays in every page as the report title.
- Hide the BH, DT, GF, BPF, and BF panels one by one by right-clicking the panel and selecting Hide from the shortcut menu.
- Format labels and DBFields in the report to improve their appearance. Here, we do not describe the formatting process in detail, you can refer to Task 3 of Lesson 1 for assistance.
The first report tab in the report which shows the order detail information is created.
The report looks as follows in view mode:
- On the report tab bar, right-click the report tab and select Rename to rename it to OrderDetailInformation.
Next, we create the second report tab in the report.
- Navigate to File > New > Page Report Tab.
- In the Select Component for Page Report Tab dialog box, select Tabular from the layout box, then select OK.
- In the Tabular Wizard dialog box, keep the default settings and select Finish. Designer creates a report tab with a blank 2*2 tabular.
- Merge the tabular cells into two rows by selecting two cells in a row, right-clicking on them, and then selecting Merge from the shortcut menu
- Adjust the two tabular rows to place the bar chart and pie chart vertically in the report tab.
Next, we will insert the two charts into the tabular cells and have them share the same dataset as the OrdersDetailInformation report tab.
- Select the first tabular cell and navigate to Insert > Chart. Designer displays the Create Chart dialog box.
- In the Data screen, select More Options, select Existing Dataset, then select the dataset OrdersReport. Select Next.
- In the Type screen, keep the default chart type Clustered Bar 2-D and select Next.
- In the Display screen, select the summary Sum_SQLProductSalesbyOrderID and select Add beside the Bar Length box, Designer then adds Orders_OrderID automatically to the X-Axis box.
- Select Style on the screen navigation bar to switch to the screen and select the Basic style.
- Select Finish to create the chart.
- When a box attached to your mouse pointer, select the tabular cell to place the chart there.
- Select the second tabular cell and insert a clustered pie chart in it, which uses the same dataset, displays the same data, and applies the same style as the bar chart.
- Double-click any bar of the chart.
- In the Formar Bar dialog box, switch to the Fill tab and select Vary Colors by Color List to fill each bar with a different color schema, then select OK to apply the setting and close the dialog box.
- Right-click the bar chart and select Add Label from the shortcut menu. Designer then adds a label to the chart.
- Move the label to the top of the chart, then double-click it to display the Format Label dialog box.
- In the General tab, change the label text to Current Orders for This Customer.
- Switch to the Font tab, change Font Size to 12pt, Font Color to 808080 and select OK.
- Resize the label to make sure the text can display completely.
- Add a label to the pie chart and format it using the same way and edit its text to Current Orders for This Employee.
- In the Report Inspector, select the Chart Object and Chart Object 1 nodes in the report structure tree, then change the Border Type property to none.
- Select the Chart Legend Object and Chart Legend Object 1 nodes and change the Border Type property to none as well.
- Further format the two charts to improve their appearance if desired. For more information about formatting chart, see Task 2 of Lesson 4.
By now, we finished creating the second report tab in the report to show the sales total by orders.
- On the report tab bar, right-click the report tab containing the charts to rename it to Sub_OrderDetails.
- Navigate to File > Save to save the report as OrdersReport.cls.
Task 2: Insert a Subreport to the Report
After creating the report, we can insert the subreport to the primary report by specifying relationships between them. In this lesson, we can specify different relationships between the primary report (the first one) and the two chart components in the second report tab by setting up different links between them. Designer then builds a subreport for every order with the conditions, so that it is convenient to see the corresponding customer and employee information of every order.
We want this subreport to be at the end of the existing reports, thus we need to add a second group header and add the subreport to the new header.
- Select OrderDetailInformation on the report tab bar to switch to the report tab.
- Right-click in the GH panel of the banded object and choose Insert Panel After from the shortcut menu.
- Select the newly-added panel and navigate to Insert > Subreport.
- When a box attached to your mouse pointer, select the newly-added panel to place the subreport into it. Designer displays the Subreport dialog box.
- Select Browse, select OrdersReport.cls and then select Open.
- Select Sub_OrderDetails from the Report Tab drop-down list.
- In the Field tab, select Add beside the Component in Report Tab box, then in the Choose Component dialog box, select Chart Object and select OK.
- Select Orders_CustomerID in the resource box on the right box and select Add to build the relationship between the primary report and the selected chart object on the field.
- Select Add again. This time, select Chart Object 1 in the Choose Component dialog box and select OK.
- Build the relationship between the primary report and the second chart object on the Orders_EmployeeID field.
- Select OK in the Subreport dialog box. Designer inserts the report tab in the OrderDetails report tab.
Next, we filter the dataset used by the two report tabs in the report to enhance the performance when running the report.
- Navigate to Report > Manage Datasets. Designer displays the Manage Datasets dialog box.
The Manage Datasets dialog box lists all the dataset used in the current report. In our report, all the components share the same dataset, so here we see only one dataset.
- Select the Filter tab, select Add Condition to add a filter line, select ORDERS_ORDERID from the field drop-down list, <= from the operator drop-down list, and type 3050 in the value text box to specify the filter condition as "ORDERS_ORDERID <= 3050". Select OK to apply the filter.
- Navigate to File > Save to save the report.
- Select the View tab. Designer displays the report tab that contains a subreport as follows: the primary report shows the orders detail information grouped by order ID, and the subreport shows the orders information by different customers and different employees respectively in the two charts.
If the report does not look correct, you can compare it to the final version of the report included in Designer. To do this, save and close your current catalog, and then open the JinfonetGourmetJava.cat catalog file in
<install_root>\Demo\Reports\TutorialReports
.
As you learned in this lesson, it is very convenient to build up a library of reports that act as components which you can add to various primary reports. Properly designed and used, subreports save a lot of time and effort in rapidly adapting your applications to changing user requirements and needs.