Simple Table

The Simple Table images/download/attachments/6035764/simpleTable.PNG is a grid-like structure that dynamically creates new rows and columns for row returned by the Data Keys on the component.





Example

First we'll create a Static CSV data source named equipment_downtime. This data source will contain the following data:

equipment,downtime
conveyor line,78
filler, 68
labeler,84
palletizer,27

images/download/attachments/6035764/simpleTableDataPanel.PNG

Next, head over to the Design panel. Add a new Simple Table to your report. With the Simple Table selected, set the Data Key property to the equipment_downtime data source. Then change the number of Rows and Columns to 1.

Lastly, drag the @equipment@ Data Key to the top row of the Simple Table, and the @downtime@ Data Key to the 2nd row. The table should look like the following:

images/download/attachments/6035764/ST_DesignPanel.PNG

Switch to the Preview panel and the table should look like the following:

images/download/attachments/6035764/ST_PreviewPanel.PNG

Next...