{{sidenavigation.sidenavigationExpandLabel}}
{{getMsg('Help_YouAreHere')}}: {{page.title}} {{page.title}}

{{$root.getMsg("downLoadHelpAsPdf")}} {{helpModel.downloadHelpPdfDataStatus}}

i-net Designer

i-net Clear Reports is a reporting solution which allows generation of reports based on dynamic data. To create a report you have to design the report template and specify where the data is coming from.

The following sections provide some details on the different elements that can be used in i-net Clear Reports and their common properties. If you are looking for more hands-on information you should take a look at the "Getting Started Guide".

What to know about i-net Designer

With i-net Designer you will get one tool to access, calculate and analyze your enterprise data and create challenging and feature-rich reports in a professional way. Benefit from following i-net Designer features:

  • Data access to every data source accessible by JDBC or ODBC
  • Report Wizard to assist you while creating report templates
  • Simple and intuitive report design by dragging and dropping data, design and representation elements
  • Many different data, design and representation elements such as charts, cross tabs, text elements, sub reports, special fields, images or lines and boxes
  • Powerful but simple formula language for creating custom formulas and data transforms with more than 400 predefined functions, expressions, constants and control structures
  • Flexible, dynamic, and interactive reports by use of parameter fields and setting report options by formulas
  • Report and data arrangement by several footers, headers or grouping sections
  • Export to several formats, such as *.pdf, *.html, *.xls or ...
  • Reading capability for reports from Crystal Reports
  • 100% Java product, free information delivery to all platforms

Designing reports

Designing a report with i-net Designer is a simple three step procedure:

  1. Choose and configure your data source (if needed).
  2. If needed, create custom elements such as SQL queries, formula fields or parameter fields
  3. Drag and Drop elements from i-net Designer field browser and arrange them as you like it in i-net Designer design area.

Result can be reviewed in an i-net Designer preview and exported to one of the export formats.

Installation requirements

The one and only requirement to run i-net Designer is a Java Runtime Environment 7 (or higher).

i-net Designer features

The following sections give you a short outline of some of the most important features of i-net Designer.

Figure 1: i-net Designer - Graphical User Interface

First, the above image 1 shows the graphical user interface of i-net Designer. In the frame on the right side you can see the report design area. Most report elements are taken from the field browser on the left side and are arranged in the design area by dragging and dropping them there. Further functionality is available from the menu or the tool bar.

Database Wizard

As soon as you have selected your report data source i-net Designer shows the Database Wizard to set up tables and table relations. As following image 2 shows, simply drag and drop field relations and set the relation type.

Figure 2: Database Wizard

Page layout / sections

Every report may be divided into several sections. At the very least, each report has a report header and footer, a detail section, and a page header and footer. But this can be enhanced. As following image 3 shows, you can insert your own sections and customize every section for its own by using i-net Designer section properties.

Figure 3: Section Properties

If you have groups in your report (see section Grouping), there are group headers and footers as well.

Fields

Data fields are an essential part of every report to represent your enterprise data. In i-net Designer those fields are taken by dragging and dropping them from the field browser (see following image 4) and arranging them in the design area.

Figure 4: Fields Browser

For every field there are a lot of options to set, such as font, border, color or format options. The following field types are available.

Database Fields

A database field represents data from a table column of your configured data source. Let’s assume there is a table with products and prices in your data source and you would like to have a report with products and prices. In this case, you’d configure this data source and drag the database fields to your report detail section.

Formula Fields

By using formula fields you can create your individual data calculations and transformations. To create these fields, i-net Designer provides a formula editor with a powerful formula language. There are more than 400 predefined functions, expressions, constants or control structures to make your custom formula field possible.

Figure 5: Formula Editor

The above image 5 shows a very simple sample. Using the DateDiff operation from a database field "Orders.OrderDate" the difference is calculated.

Parameter Fields

A parameter field allows interaction and gives the user more flexible and customized reports. By defining a parameter field for a report every time a user requests or refreshes this report the parameter will be prompted.

Figure 6: Report Parameter Prompt

So if you designed a report about last year’s enterprise sales you could create a parameter field for the year and show sales only for the user prompted year. Another example is to suppress specific report elements corresponding to a given user prompt.

Special Fields

To add common information to your report, i-net Designer provides special fields. Examples are print date, page numbers, report author or report creation date. Currently there are 24 special fields available in i-net Designer.

Figure 7: Special Fields

Summary Fields

A summary field is a field that returns a calculated value from the records either of a group (for grouping see chapter "Grouping") or of all report records. For example, if you have a list of your enterprise product sales, a summary field could calculate the total sales. Simply calculating a sum is one of the simplest summary operations, however. Currently there are 19 operations available such as average, median, covariance, nth largest or sample standard deviation.

SQL-Expression Fields

An SQL Expression field is a type of database field. The difference is that the SQL-Expression field is a link to a native SQL expression, not to a single table column. So, use for an SQL-Expression purpose would be applying non-standard functions of your specific database management system such as generating sequences. Another purpose would be for speeding up database queries. Using the SQL-Expressions editor, as seen in the following image 8, for creating SQL-Expression fields is quite simple.

Figure 8: SQL-Expression Editor

Group Name Fields

A group name field is a design element that returns the name of a group (for grouping see chapter "Grouping").

Elements

Representing data in fields is important but professional and effective reports need more than this. Therefore i-net Designer additionally provides the following powerful design and representation elements.

Cross Calculated Tables (Cross Tabs)

Using a cross tab is an effective way to represent and calculate complex data coherences. Each dimension of a crosstab can be determined by one or more variables resulting in one compound variable. For each pair of compound variables you can calculate a summary value which is printed at the corresponding location.

Figure 9: Cross calculated table

Charts

For graphical representation of your enterprise data, i-net Designer offers 46 different chart types. Every chart type may be customized by a multitude of settings. Example chart types are bar, line, area, 3d surface, radar or bubble.

Figure 10: Chart Properties

Sub-Reports

A sub-report is a completely separate report as part of the main report. This is very helpful for creating reports with an 1:m correlation. The only difference to a normal report is the missing page header and footer. A sub-report may be marked to be rendered on demand, so that it is not really a part of the resulting report but a separate report reachable by a link.

Pictures, Text Fields, Lines and Boxes

Other graphical elements for customizing your report are pictures, text field, lines and boxes. Simply arrange them per drag and drop in your report.

Grouping

Another function to structure your data representation is grouping. Grouping means aggregating elements by a certain criterion. In the report you will get a number of bundled elements in a certain sort order. A simple example may be grouping enterprise customers by country, as showed in the following image 11.

Figure 11: Grouping

But it is also possible to create a group hierarchy like grouping sales by countries and customers. If a group hierarchy exists in your report, so-called "drill down" operations are possible. That means suppressing information from lower group hierarchy levels and drilling down to this information (making it visible) only when needed. Referring to the example grouping sales by countries and customers, customer sales would be suppressed by default, but a report user could drill down to these sales if wanted.

Customizing i-net Designer Settings per Formula

Formulas can not only be used for calculating or transforming your enterprise data but also for customizing nearly every setting for the various i-net Designer fields and elements.

The example in the following image 12 shows how simple it is to change font color of a field depending on a field value.

Figure 12: Property Formula

Technical Overview

Database Support, Database Access
⇒ Support for all JDBC accessible data sources
⇒ Support for all ODBC accessible data sources
⇒ Database Wizards to set up data sources, tables and table relations
⇒ Support for reusable Data Sources
⇒ Customized SQL database queries
Report Design
⇒ Simple, intuitive drag and drop report design
⇒ Undo / Redo functions
⇒ Wizard supported design
⇒ Report and grouping sections, headers and footers
⇒ Online documentation
Design and Data Elements
⇒ Database fields
⇒ Special fields
⇒ SQL-Expression fields
⇒ Cross calculated tables
⇒ Charts
⇒ Sub-reports
⇒ Images, lines and boxes
Data Calculating, Transforming and Grouping
⇒ Summary fields
⇒ Formula fields
⇒ Formula language and editor with more than 400 predefined elements
⇒ Hierarchical data grouping and sorting
Flexibility, Viewing and Export
⇒ User interaction by parameter fields
⇒ Setting report element options by formulas
⇒ Sub reports on demand
⇒ Element hyperlinks and tool tips
⇒ Drill-Down operations
⇒ Export to several formats, like PDF, RTF, HTML, ...
⇒ Reading capability for Crystal Reports
 
i-net Clear Reports
This application uses cookies to allow login. By continuing to use this application, you agree to the use of cookies.


Help - i-net Designer