diff --git a/sml-reference/dimension.md b/sml-reference/dimension.md index 608bb87..8ed5418 100644 --- a/sml-reference/dimension.md +++ b/sml-reference/dimension.md @@ -309,11 +309,13 @@ namespace Dimensions{ String description String folder Array~CalculatedMembers~ calculated_members + Boolean is_hidden } class CalculatedMembers{ String unique_name String description String format + Boolean is_hidden String expression Boolean use_input_metric_format String template @@ -541,6 +543,18 @@ Defines the individual calculated members in the group. A description of the calculation group. +## is_hidden + +- **Type:** boolean +- **Required:** N + +Determines whether the calculation group is visible in BI tools. + +Supported values: + +- `false` (default) +- `true` + ## folder - **Type:** string @@ -577,6 +591,18 @@ Supported templates: If you do not want to use a built-in template, you can define a custom expression using the `expression` property (see below). +## is_hidden + +- **Type:** boolean +- **Required:** N + +Determines whether the attribute is visible in BI tools. + +Supported values: + +- `false` (default) +- `true` + ## expression - **Type:** string