Hierarchical listings created with Template Editor
Use row hierarchy to create listings and display information in a logical and organized manner. The example below simulates objects in a product database. The listing describes each cylinder and its parts hierarchically.
The listing is based on the following template:
Part | Description |
|---|---|
Cylinder_1 and Cylinder_2 | Describes an object in the database, like an assembly. After this row is output, processing continues to the next parts in the hierarchy. |
Part_rows | Part rows describe parts of the total object. The rows in the hierarchy are output so that all rows of the main object are processed. Processing continues to the next row. |
Summary_row | Outputs the number of parts |
After outputting template rows for the first main object (Cylinder 1), the output process continues to the next main object (Cylinder 2) and to the first row of the template.
See also