You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sml-reference/model.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,8 +127,7 @@ perspectives:
127
127
- unique_name: Internet Sales - No PII
128
128
dimensions:
129
129
- hierarchies:
130
-
- levels:
131
-
- Customer Name
130
+
- level: Customer Name
132
131
name: Customer Hierarchy
133
132
name: Customer Dimension
134
133
secondaryattributes:
@@ -279,6 +278,7 @@ namespace Models{
279
278
}
280
279
class PerspectiveHierarchy{
281
280
String name
281
+
String level
282
282
Array~String~ levels
283
283
}
284
284
}
@@ -489,7 +489,8 @@ Supported properties:
489
489
-`hierarchies`: Array, optional. A list of the specific hierarchies
490
490
within the dimension to hide in the perspective. Supported properties:
491
491
-`name`: String, required. The name of the hierarchy.
492
-
-`levels`: Array, optional. Defines a single level in the hierarchy to be hidden in the perspective. All levels below the specified level will also be hidden. Only one level should be provided.
492
+
-`level`: String, optional. Defines a single level in the hierarchy to be hidden in the perspective. All levels below the specified level will also be hidden.
493
+
-`levels`: Array, optional. ⚠️ **DEPRECATED** use `level` instead.
493
494
494
495
-`secondary_attributes`: Array, optional. A list of the dimension's
0 commit comments