Skip to content

Commit

Permalink
AnalyticalContext.DerivedDimension
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Feb 7, 2025
1 parent 1ee8d0c commit a881583
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions vocabularies/Analytics.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,11 @@
"$DefaultValue": true,
"@Core.Description": "The property holds the key of a dimension"
},
"DerivedDimension": {
"$Type": "Core.Tag",
"$DefaultValue": true,
"@Core.Description": "The property is a `Dimension` whose value is determined by the value of other `Dimension`s"
},
"Measure": {
"$Type": "Core.Tag",
"$DefaultValue": true,
Expand Down
5 changes: 3 additions & 2 deletions vocabularies/Analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ Property|Type|Description
[Property](Analytics.xml#L147)|PropertyPath?|Property that is part of the analytical context
[DynamicProperty](Analytics.xml#L150)|AnnotationPath?|Dynamic property introduced by annotations that is part of the analytical context<br>Allowed Terms:<ul><li>[AggregatedProperty](#AggregatedProperty)</li><li>[CustomAggregate](https://github.com/oasis-tcs/odata-vocabularies/blob/main/vocabularies/Org.OData.Aggregation.V1.md#CustomAggregate)</li></ul>
[Dimension](Analytics.xml#L159)|[Tag](https://github.com/oasis-tcs/odata-vocabularies/blob/main/vocabularies/Org.OData.Core.V1.md#Tag)|The property holds the key of a dimension
[Measure](Analytics.xml#L162)|[Tag](https://github.com/oasis-tcs/odata-vocabularies/blob/main/vocabularies/Org.OData.Core.V1.md#Tag)|The property holds the numeric value of a measure
[AccumulativeMeasure](Analytics.xml#L165)|[Tag](https://github.com/oasis-tcs/odata-vocabularies/blob/main/vocabularies/Org.OData.Core.V1.md#Tag)|The measure has non-negative and additive values; it can be used in whole-part charts, e.g. the Donut
[DerivedDimension](Analytics.xml#L162)|[Tag](https://github.com/oasis-tcs/odata-vocabularies/blob/main/vocabularies/Org.OData.Core.V1.md#Tag)|The property is a `Dimension` whose value is determined by the value of other `Dimension`s
[Measure](Analytics.xml#L165)|[Tag](https://github.com/oasis-tcs/odata-vocabularies/blob/main/vocabularies/Org.OData.Core.V1.md#Tag)|The property holds the numeric value of a measure
[AccumulativeMeasure](Analytics.xml#L168)|[Tag](https://github.com/oasis-tcs/odata-vocabularies/blob/main/vocabularies/Org.OData.Core.V1.md#Tag)|The measure has non-negative and additive values; it can be used in whole-part charts, e.g. the Donut
3 changes: 3 additions & 0 deletions vocabularies/Analytics.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@
<Property Name="Dimension" Type="Core.Tag" Nullable="false" DefaultValue="true">
<Annotation Term="Core.Description" String="The property holds the key of a dimension" />
</Property>
<Property Name="DerivedDimension" Type="Core.Tag" Nullable="false" DefaultValue="true">
<Annotation Term="Core.Description" String="The property is a `Dimension` whose value is determined by the value of other `Dimension`s" />
</Property>
<Property Name="Measure" Type="Core.Tag" Nullable="false" DefaultValue="true">
<Annotation Term="Core.Description" String="The property holds the numeric value of a measure" />
</Property>
Expand Down

0 comments on commit a881583

Please sign in to comment.