Report Designer

The Report Designer is an extremely powerful tool that has been integrated in Movicon to provide users the possibility to automatically create reports relating to the Movicon databases without needing to purchase any supplementary software packs. The Report Designer Libraries are installed with Movicon for free and you do not need to enable any license options in order to use them.

The steps to create a basic report are described below.

 

The Report Designer can be called through "Edit Report File" command found in the Data Logger or recipe properties of the "Historical Log Window" or "TraceDB Window". When called, the Report Designer will open in edit mode:

 

 

The Report Designer opens showing its "Tool Box" on the left, and the "Report Explorer", "Field List" and "Grid Property" on the right. The report Layout is in the centre.

By means of using the Movicon commands, the report will open with the database connection already configured with the original object's data table fields listed in the "Field List" for reference (DataLogger/Recipe table variable TraceDB or Historical Log).

The report is built with "Band" objects, which can be inserted by using the "Insert Band" command that is accessible with a right click on the report layout area. The Bands are:

 

 

You will only need to use the Detail Band to build a basic report. The fields you wish to display can be dragged from the "Field List".  When the report is executed, these fields will show with all the records exiting in the table.

 

Filters

To filter data, you can select and use the xtraReport object's Grid  "FilterString"  property. This property must contain the expression criteria (WHERE (e.g. [col] > 0, where "col" is the name of a data table column).

 

Groups

You will need to insert a Group Header Band and then use the "GroupFields" property to set a second field to group data. You can also define the data order by using this property.

 

Data Summary

The report can perform summaries (totals, counts, and averages) on data groups. This is done by inserting a "Label" band linked to a field from the Field List. The "Label's"  "Summary" property allows you to set the summary type you wish to create by using a dialog window with the following:

 

 

 

See Also