You can define element list structure columns in the Element List has Column relationship. Any of the element's property values matching table column's properties display in the table. The modeled structure of the column definition (position, visibility) is only a user default. Columns can be individually interchanged, displayed or hidden using a Column Modeling dialog box.
As a rule, most properties referenced here are also assigned to the element, so they are also properties for the affected element types.
Properties that are only relevant in the context of the element list can also be referenced. They cannot be directly assigned to an element type, as:
Attribute | Type | Description |
---|---|---|
TargetID * | Property | References to properties. The property values are displayed in the column of the element list at run time. |
ColNo [O] | Integer | Position number of the table column (1 = at the extreme left). |
Label [O] | String | Display name and/or column title for the table column. If no label is stated, the first referenced property's label is used. |
Visible [O] | Boolean | Indicates whether the table column is displayed. Columns can be displayed or hidden by the user at any time. |
Width [O] | Integer | The column width in the table view in pixels. |
Delimiter [O] | String | Defines the delimiter between property values in a table column if more than one property is modeled for the column. |
Attribute | Value | Description |
---|---|---|
Essential: | ||
Col No | 1 | This property is displayed in the first column of the element list in the Table Results view from left to right. |
Target ID | reference to the property SCLM_PROP_ELE_Proj | The content of the column is the value returned under the property SCLM_PROP_ELE_Proj (the SCLM project name). |
Optional: | ||
Label | Project | The column's header is 'Project'. |
Visible | true | The column is visible by default. |
Width | 85 | The column's width is 85 pixels. |
Attribute | Value | Description |
---|---|---|
Essential: | ||
Col No | 11 | This property is displayed in the 11th column of the element list in the Table Results view from left to right. |
Target ID | reference to the property SCLM_PROP_LIST_ElementType | The content of the column is the value returned under the property SCLM_PROP_LIST_ElementType (the element type property of the SCLM model). |
Optional: | ||
Label | Element Type | The column's header is 'Element Type'. |
Visible | false | The column is not visible by default. The user can make the column visible by the Table Results view's 'Configure columns' dialog. |
Width | 85 | The column's width is 85 pixels. |