Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions sml-reference/composite-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ metrics:
classDiagram
CompositeModel ..> ModelReference
CompositeModel ..> MetricReference
Model *-- Aggregate
CompositeModel *-- Aggregate
Aggregate *-- AttributeReference
namespace CompositeModels{
class CompositeModel{
Expand Down Expand Up @@ -120,7 +120,8 @@ The `metrics` property supports the following properties:
- **Required:** N

The `aggregates` property in a composite model file enables you to add
user-defined aggregates (UDAs).
user-defined aggregates (UDAs).They include metrics or attributes from different
models within the composite model.

In general, we recommend relying on the aggregate tables
automatically generated by the semantic engine. However, there are cases
Expand Down