Skip to content

Commit

Permalink
rephrased
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Feb 7, 2025
1 parent a881583 commit e3a7a37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vocabularies/Analytics.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"DerivedDimension": {
"$Type": "Core.Tag",
"$DefaultValue": true,
"@Core.Description": "The property is a `Dimension` whose value is determined by the value of other `Dimension`s"
"@Core.Description": "The value of the dimension is determined by the values of other dimensions"
},
"Measure": {
"$Type": "Core.Tag",
Expand Down
2 changes: 1 addition & 1 deletion 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 property is a `Dimension` whose value is determined by the value of other `Dimension`s
[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 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
2 changes: 1 addition & 1 deletion vocabularies/Analytics.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
<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" />
<Annotation Term="Core.Description" String="The value of the dimension is determined by the values of other dimensions" />
</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 e3a7a37

Please sign in to comment.