Start Creating New Reports
Logi Report supports three types of reports: Page Report, Web Report, and Library Component. This topic introduces how you can create reports of each type in Designer.
In Logi Report, different report type serves different reporting requirements.
- Page reports are composed of one or more report tabs that are designed for the same or related purposes. Report developers can design, maintain, run and schedule these report tabs together or separately. Page reports are designed for paginated result sets as well as more complex reporting techniques such as pixel-perfect reporting.
- Web reports provide easier and faster report creation and design, faster report execution, streamlined customization and interactive presentation style using the latest Web technology.
- Library components or widgets, are charts, tables, crosstabs, control components and others, that are created and edited in Designer for use in dashboards.
Enabling Data Sources
Designer requires access to your data sources to retrieve data for reports, so before you can create reports in Designer you need to set up connections to your data sources. Currently Designer provides you with the following methods to achieve this goal: via JDBC Connection, XML Connection, SOAP Web Service Connection, MongoDB Connection, HIVE Connection, JSON Connection, or Elasticsearch Connection, or by creating Hierarchical Data Source and User-Defined Data Source.
- After you set up a connection, you can create queries and business views based on data resources from the connection, and then use the queries and business views to create reports.
- You can use hierarchical data sources (HDS) and user-defined data sources (UDS) to create page reports directly.
Creating a Page Report
- Select Logi Report Designer in the Logi Report folder on the Start menu to start Designer.
Designer displays the main window.
- Select Page Report in the Create category of the Start Page.
- In the Select Component for Page Report dialog box, decide whether to create the page report using business views (by default page reports are query-based).
Since a page report cannot be empty, you also need to create a report tab in it when creating the page report.
Designer provides you with the following component types to start a page report tab:
- Banded
Select to create a report containing a vertical banded object. - Table (Group Above)
Select to create a report containing a table with group information above the detail panel. - Table (Group Left)
Select to create a report containing a table with group information left to the detail panel. - Table (Group Left Above)
Select to create a report containing a table with group information left above the detail panel. - Summary Table
Select to create a report containing a table with only group and summary information. - Chart
Select to create a report containing a chart. - Crosstab
Select to create a report containing a crosstab. - Horizontal Banded
Select to create a report containing a horizontal banded object. - Mailing Label
Select to create a report containing a banded object in the form of a mailing label layout. - Tabular
Select to create a report containing a tabular component. - Blank
Select to create a report with nothing in it.
- Banded
- Select the required component type and select OK to create the page report with its first report tab.
Creating a Web Report
- In Designer, select File > New > Web Report. Designer displays a blank web report with a tabular of one cell.
- Select Insert > Chart. Designer displays the Create Chart dialog box.
- In the Data screen, select a business view.
- We use the default chart type and skip the Type screen.
- Select Next twice to access the Display screen, then define the data in the chart.
- Select Finish to create the chart.
- Select the View tab to preview the web report.
Creating a Library Component
- In Designer, select File > New > Library Component.
- In the Select Component for Library Component dialog box, type a title for the library component and select the component you want to create in the library component.
- Select OK.
- If you select Blank, Designer creates a blank library component. You can then use the Components and the Data panels to add components to the library component.
- If you select a component type, Designer displays the corresponding wizard. Specify the data to display in the component.