We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3b7139 + 54445cb commit c493403Copy full SHA for c493403
sml-reference/dimension.md
@@ -309,6 +309,7 @@ namespace Dimensions{
309
String label
310
String description
311
String folder
312
+ Number precedence
313
Array~CalculatedMembers~ calculated_members
314
Boolean is_hidden
315
}
@@ -563,6 +564,17 @@ Supported values:
563
564
565
The name of the folder in which the calculation group is displayed in BI tools.
566
567
+## precedence
568
+
569
+- **Type:** number
570
+- **Required:** N
571
572
+Update to "Precedence" explicitly defines the order of Calculation Group evaluation, making it consistent across BI tools.
573
574
+Supported values:
575
576
+- Integer and floating point numbers
577
578
# Calculated Members Properties
579
580
## unique_name
0 commit comments