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
8 changes: 8 additions & 0 deletions sml-reference/dimension.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ namespace Dimensions{
Object to
String role_play
String type
Boolean m2m
}
class From{
String dataset
Expand Down Expand Up @@ -508,6 +509,13 @@ marks):
For example, if you wanted to use the prefix **Order**, you would set
`role_play` to `"Order {0}"`.

## m2m

- **Type:** boolean
- **Required:** N

Defines a many-to-many relationship. The property is supported only for embedded relationships.

# Calculation Group Properties

## unique_name
Expand Down