Skip to content

Commit 07b066e

Browse files
feat: add m2m in dimension file
1 parent 8f4ced8 commit 07b066e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

sml-reference/dimension.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ namespace Dimensions{
185185
Object to
186186
String role_play
187187
String type
188+
Boolean m2m
188189
}
189190
class From{
190191
String dataset
@@ -508,6 +509,13 @@ marks):
508509
For example, if you wanted to use the prefix **Order**, you would set
509510
`role_play` to `"Order {0}"`.
510511

512+
## m2m
513+
514+
- **Type:** boolean
515+
- **Required:** N
516+
517+
Defines a many-to-many relationship. The property is supported only for embedded relationships.
518+
511519
# Calculation Group Properties
512520

513521
## unique_name

0 commit comments

Comments
 (0)