Skip to content

Commit e3b7139

Browse files
Merge pull request #21 from semanticdatalayer/ATSCALE-26920-calc-group-and-member-doc
v1.1 [ATSCALE-26920]: add is_hidden property to calc groups and calculated members
2 parents fab7ce7 + e06e2c7 commit e3b7139

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

sml-reference/dimension.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,11 +310,13 @@ namespace Dimensions{
310310
String description
311311
String folder
312312
Array~CalculatedMembers~ calculated_members
313+
Boolean is_hidden
313314
}
314315
class CalculatedMembers{
315316
String unique_name
316317
String description
317318
String format
319+
Boolean is_hidden
318320
String expression
319321
Boolean use_input_metric_format
320322
String template
@@ -542,6 +544,18 @@ Defines the individual calculated members in the group.
542544

543545
A description of the calculation group.
544546

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+
545559
## folder
546560

547561
- **Type:** string
@@ -578,6 +592,18 @@ Supported templates:
578592

579593
If you do not want to use a built-in template, you can define a custom expression using the `expression` property (see below).
580594

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+
581607
## expression
582608

583609
- **Type:** string

0 commit comments

Comments
 (0)