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
336
-
tools.
337
-
338
359
## type
339
360
340
361
-**Type:** enum
@@ -347,6 +368,13 @@ Supported values:
347
368
-`standard`: Can have any type of hierarchy.
348
369
-`time`: Must have a time hierarchy.
349
370
371
+
## is_degenerate
372
+
373
+
-**Type:** boolean
374
+
-**Required:** N
375
+
376
+
Determines whether the dimension is degenerate.
377
+
350
378
## hierarchies
351
379
352
380
-**Type:** array
@@ -527,6 +555,13 @@ Supported values:
527
555
-`false` (default)
528
556
-`true`
529
557
558
+
## folder
559
+
560
+
-**Type:** string
561
+
-**Required:** N
562
+
563
+
The name of the folder in which the calculation group is displayed in BI tools.
564
+
530
565
# Calculated Members Properties
531
566
532
567
## unique_name
@@ -732,6 +767,13 @@ For levels in time dimensions only. Defines a custom parallel period for the lev
732
767
733
768
You can define as many parallel periods for a level as needed.
734
769
770
+
## is_hidden
771
+
772
+
-**Type:** boolean
773
+
-**Required:** N
774
+
775
+
Determines whether the level is visible in BI tools.
776
+
735
777
# Secondary Attributes Properties
736
778
737
779
## unique_name
@@ -844,7 +886,7 @@ Excludes this attribute from system generated fact-based aggregates. This is use
844
886
845
887
## custom\_empty\_member
846
888
847
-
-**Type:**array
889
+
-**Type:**object
848
890
-**Required:** N
849
891
850
892
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.
@@ -1202,7 +1244,7 @@ Supported properties:
1202
1244
1203
1245
For example:
1204
1246
1205
-
```
1247
+
```yaml
1206
1248
level_attributes:
1207
1249
1208
1250
- unique_name: Order Degen Shared Level
@@ -1361,7 +1403,7 @@ A list of the empty member values to use for key fields.
0 commit comments