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 @@ -281,11 +281,13 @@ namespace Dimensions{
281
281
String description
282
282
String folder
283
283
Array~CalculatedMembers~ calculated_members
284
+ Boolean is_hidden
284
285
}
285
286
class CalculatedMembers{
286
287
String unique_name
287
288
String description
288
289
String format
290
+ Boolean is_hidden
289
291
String expression
290
292
Boolean use_input_metric_format
291
293
}
@@ -513,6 +515,18 @@ Defines the individual calculated members in the group.
513
515
514
516
A description of the calculation group.
515
517
518
+ ## is_hidden
519
+
520
+ - ** Type:** boolean
521
+ - ** Required:** N
522
+
523
+ Determines whether the attribute is visible in BI tools.
524
+
525
+ Supported values:
526
+
527
+ - ` false ` (default)
528
+ - ` true `
529
+
516
530
# Calculated Members Properties
517
531
518
532
## unique_name
@@ -542,6 +556,18 @@ Supported templates:
542
556
543
557
If you do not want to use a built-in template, you can define a custom expression using the ` expression ` property (see below).
544
558
559
+ ## is_hidden
560
+
561
+ - ** Type:** boolean
562
+ - ** Required:** N
563
+
564
+ Determines whether the attribute is visible in BI tools.
565
+
566
+ Supported values:
567
+
568
+ - ` false ` (default)
569
+ - ` true `
570
+
545
571
## expression
546
572
547
573
- ** Type:** string
You can’t perform that action at this time.
0 commit comments