Skip to content

Commit

Permalink
CDP
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Feb 11, 2025
1 parent d20df1c commit 7e799c6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion vocabularies/Analytics.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@
"DerivedDimension": {
"$Type": "Core.Tag",
"$DefaultValue": true,
"@Core.Description": "The value of the dimension is completely determined by the values of other dimensions"
"@Core.Description": "The value of the dimension is completely determined by the values of other dimensions",
"@Core.LongDescription": "The other dimensions are the [`Aggregation.ContextDefiningProperties`](https://oasis-tcs.github.io/odata-vocabularies/vocabularies/Org.OData.Aggregation.V1.md#ContextDefiningProperties)\n of the derived dimension."
},
"Measure": {
"$Type": "Core.Tag",
Expand Down
6 changes: 3 additions & 3 deletions vocabularies/Analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +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
[DerivedDimension](Analytics.xml#L162)|[Tag](https://github.com/oasis-tcs/odata-vocabularies/blob/main/vocabularies/Org.OData.Core.V1.md#Tag)|The value of the dimension is completely determined by the values of other dimensions
[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
[DerivedDimension](Analytics.xml#L162)|[Tag](https://github.com/oasis-tcs/odata-vocabularies/blob/main/vocabularies/Org.OData.Core.V1.md#Tag)|The value of the dimension is completely determined by the values of other dimensions<br>The other dimensions are the [`Aggregation.ContextDefiningProperties`](https://oasis-tcs.github.io/odata-vocabularies/vocabularies/Org.OData.Aggregation.V1.md#ContextDefiningProperties) of the derived dimension.
[Measure](Analytics.xml#L169)|[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#L172)|[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
4 changes: 4 additions & 0 deletions vocabularies/Analytics.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@
</Property>
<Property Name="DerivedDimension" Type="Core.Tag" Nullable="false" DefaultValue="true">
<Annotation Term="Core.Description" String="The value of the dimension is completely determined by the values of other dimensions" />
<Annotation Term="Core.LongDescription">
<String>The other dimensions are the [`Aggregation.ContextDefiningProperties`](https://oasis-tcs.github.io/odata-vocabularies/vocabularies/Org.OData.Aggregation.V1.md#ContextDefiningProperties)
of the derived dimension.</String>
</Annotation>
</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" />
Expand Down

0 comments on commit 7e799c6

Please sign in to comment.