0512 Derived Schema Elements¶
Derived schema elements access other data, possibly in the same or a different asset to generate/derive the values for the attribute. Examples of this are database views and derived database columns.
CalculatedValue classification¶
The CalculatedValue classification contains the formula attribute which is set to the query that retrieves the data, formulaType describes the notation language used to describe the formula. There are optional links to DerivedSchemaTypeQueryTarget to identify which schema elements are accessed by the formula. The formula may contain placeholders that refer to the queryId in DerivedSchemaTypeQueryTarget. Alternatively, the query can be expressed complement using the query and queryType attributes.
DerivedSchemaTypeQueryTarget relationship¶
The DerivedSchemaTypeQueryTarget relationship identifies the schema elements that are queried to generate all or part of the value for the attribute at end 1.
Raise an issue or comment below