File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ metrics:
3838classDiagram
3939 CompositeModel ..> ModelReference
4040 CompositeModel ..> MetricReference
41- Model *-- Aggregate
41+ CompositeModel *-- Aggregate
4242 Aggregate *-- AttributeReference
4343namespace CompositeModels{
4444 class CompositeModel{
@@ -120,7 +120,8 @@ The `metrics` property supports the following properties:
120120- ** Required:** N
121121
122122The ` aggregates ` property in a composite model file enables you to add
123- user-defined aggregates (UDAs).
123+ user-defined aggregates (UDAs).They include metrics or attributes from different
124+ models within the composite model.
124125
125126In general, we recommend relying on the aggregate tables
126127automatically generated by the semantic engine. However, there are cases
You can’t perform that action at this time.
0 commit comments