Contents
Strategic Partner Links
Sepasoft - MES Modules
Cirrus Link - MQTT Modules
Resources
Knowledge Base Articles
Inductive University
Forum
IA Support
SDK Documentation
SDK Examples
This example begins with a table similar to the one created in the Report Workflow Tutorial. This example will demonstrate how to group the existing downtime report by equipment, collect downtime totals, and introduce some formatting techniques.
In the Data panel, create a Data Source that has a Timestamp, Equipment, Downtime, and Cause. Shown below is the text needed for a Static CSV datasource used for this example.
T_stamp, Equipment, Downtime, Cause "Jan 20, 2017 17:55", "Labeler", 50, "Out of labels" "Feb 20, 2017 18:40", "Filler", 120, "Overflow" "Feb 28, 2017 12:45", "Palletizer", 21, "Misalignment" "Feb 12, 2017 20:13", "Labeler", 98, "Stuck labels" "Jan 21, 2017 18:15", "Conveyor Line", 27, "Backup" "Feb 25, 2017 16:22", "Filler", 2, "Scheduled Maintenance" "Feb 13, 2017 19:19", "Conveyor Line", 21, "Scheduled Maintenance" "Jan 20, 2017 15:30", "Palletizer", 241, "Misalignment"
In the Design panel, drag a Table component to your report.
In the Configure Table tab of the Property Inspector, there is Page Break option that can be set to create breaks between each Grouping. Each new instance of that level of grouping creates a new page in the report. In the example above, we could add a page break in-between each grouping of Type, which would further delineate each grouping of data. This is especially useful if you are adding charts or other images at the beginning of each group.