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
The name of the folder in which the calculation group appears in BI
334
-
tools.
335
-
336
357
## type
337
358
338
359
-**Type:** enum
@@ -345,6 +366,13 @@ Supported values:
345
366
-`standard`: Can have any type of hierarchy.
346
367
-`time`: Must have a time hierarchy.
347
368
369
+
## is_degenerate
370
+
371
+
-**Type:** boolean
372
+
-**Required:** N
373
+
374
+
Determines whether the dimension is degenerate.
375
+
348
376
## hierarchies
349
377
350
378
-**Type:** array
@@ -513,6 +541,13 @@ Defines the individual calculated members in the group.
513
541
514
542
A description of the calculation group.
515
543
544
+
## folder
545
+
546
+
-**Type:** string
547
+
-**Required:** N
548
+
549
+
The name of the folder in which the calculation group is displayed in BI tools.
550
+
516
551
# Calculated Members Properties
517
552
518
553
## unique_name
@@ -706,6 +741,13 @@ For levels in time dimensions only. Defines a custom parallel period for the lev
706
741
707
742
You can define as many parallel periods for a level as needed.
708
743
744
+
## is_hidden
745
+
746
+
-**Type:** boolean
747
+
-**Required:** N
748
+
749
+
Determines whether the level is visible in BI tools.
750
+
709
751
# Secondary Attributes Properties
710
752
711
753
## unique_name
@@ -818,7 +860,7 @@ Excludes this attribute from system generated fact-based aggregates. This is use
818
860
819
861
## custom\_empty\_member
820
862
821
-
-**Type:**array
863
+
-**Type:**object
822
864
-**Required:** N
823
865
824
866
Defines a custom empty member for the attribute. This feature allows fact data with missing or invalid foreign key values to be isolated and independently aggregated from those with valid foreign key values. Because fact records with invalid foreign keys are aggregated separately from records referencing valid dimension members, analysts can easily spot data integrity problems and further investigate them. Use this feature to ensure that un-joinable values are included in query results and aggregated under a specially designated dimension member called the Custom Empty Member.
@@ -1176,7 +1218,7 @@ Supported properties:
1176
1218
1177
1219
For example:
1178
1220
1179
-
```
1221
+
```yaml
1180
1222
level_attributes:
1181
1223
1182
1224
- unique_name: Order Degen Shared Level
@@ -1335,7 +1377,7 @@ A list of the empty member values to use for key fields.
0 commit comments