Relationship: Element List Has Column

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.

You can combine several property values within one table column. Click in the Target ID value field, a ... button is displayed. Click ... to open a dialog displaying a list of all the properties that can be selected.

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.  

The default value is true.

Width [O] Integer The column width in the table view in pixels.
Delimiter [O] String Specifies the delimiter between property values in a table column if more than one property is modeled for the column.

Example


Element List Has Column Relation

Element List Has Column
Attribute Value Description
Essential:
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.

Element List Has Column
Attribute Value Description
Essential:
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.