ColumnLinkageDefinition
Contains a list of column (E0C) records from Views and Derived Tables that link to other columns in the data model. Typically this means that the linking column depends on the linked column in order to obtain its data. The linking column may also rely on the linked column to determine its Data Type, Format INI/Item, Extract INI/Item and Description.
| Column Name | Type | Description |
|---|---|---|
| LinkedColumnName | VARCHAR | The list of columns that this View or Derived Table column is linked to, as specified in the Extract Information section of the linking column record. Typically the column will depend on the linked column in order to obtain its data. The linking column may also rely on the linked column to determine its Data Type, Format INI/Item, Extract INI/Item and Description. |
| LinkedTableName | VARCHAR | The list of tables that this View or Derived Table column is linked to, as specified in the Extract Information section of the linking column record. Typically the column will depend on the linked table in order to obtain its data. |
| SequenceNumber | INTEGER | The line number for the information associated with this record. Multiple pieces of information can be associated with this record. |
| PhysicalInstanceOwnerCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance that owns this record or line. This is only populated if you use IntraConnect. |
| ClarityColumnIdentifier | VARCHAR | The unique identifier (.1 item) for the column record. |
| RecordSourceCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance from which this record or line was extracted. This is only populated if you use IntraConnect. |