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
@@ -125,8 +125,7 @@ perspectives:
125
125
- unique_name: Internet Sales - No PII
126
126
dimensions:
127
127
- hierarchies:
128
-
- levels:
129
-
- Customer Name
128
+
- level: Customer Name
130
129
name: Customer Hierarchy
131
130
name: Customer Dimension
132
131
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
}
@@ -504,7 +504,8 @@ Supported properties:
504
504
within the dimension to hide in the perspective. Supported properties:
505
505
506
506
-`name`: String, required. The name of the hierarchy.
507
-
-`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.
507
+
-`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.
508
+
-`levels`: Array, optional. ⚠️ **DEPRECATED** use `level` instead.
508
509
509
510
-`secondary_attributes`: Array, optional. A list of the dimension's
0 commit comments