File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -310,11 +310,13 @@ namespace Dimensions{
310
310
String description
311
311
String folder
312
312
Array~CalculatedMembers~ calculated_members
313
+ Boolean is_hidden
313
314
}
314
315
class CalculatedMembers{
315
316
String unique_name
316
317
String description
317
318
String format
319
+ Boolean is_hidden
318
320
String expression
319
321
Boolean use_input_metric_format
320
322
String template
@@ -542,6 +544,18 @@ Defines the individual calculated members in the group.
542
544
543
545
A description of the calculation group.
544
546
547
+ ## is_hidden
548
+
549
+ - ** Type:** boolean
550
+ - ** Required:** N
551
+
552
+ Determines whether the calculation group is visible in BI tools.
553
+
554
+ Supported values:
555
+
556
+ - ` false ` (default)
557
+ - ` true `
558
+
545
559
## folder
546
560
547
561
- ** Type:** string
@@ -578,6 +592,18 @@ Supported templates:
578
592
579
593
If you do not want to use a built-in template, you can define a custom expression using the ` expression ` property (see below).
580
594
595
+ ## is_hidden
596
+
597
+ - ** Type:** boolean
598
+ - ** Required:** N
599
+
600
+ Determines whether the attribute is visible in BI tools.
601
+
602
+ Supported values:
603
+
604
+ - ` false ` (default)
605
+ - ` true `
606
+
581
607
## expression
582
608
583
609
- ** Type:** string
You can’t perform that action at this time.
0 commit comments