FormulaBar.show Method
Shows the formula bar.
If this is for a calculated hierarchy or calculated measure or totals calculation rule, the metric set binding, measure usage and adapter must be specified.
If this is for a formula visualization, only the scripted metric set flag must be set.
Parameters
- metricSet
-
Type: MetricSet
(optional) The metric set that the formula is for.
Optional: True
- elementUsage
-
Type: AnalysisElementUsage
(optional) The analysis element usage the formula is for.
Optional: True
- adapter
-
Type: Adapter
(optional) The adapter this formula is for.
Optional: True
- isScriptedMetricSet
-
Type: Boolean
(optional) Whether this formula is a script metric set or not.
Optional: True
- metricSetBinding
-
Type: MetricSetBinding
(optional) The metric set binding this formula is for.
Optional: True
- totalsCalculationRule
-
Type: TotalsCalculationRule
(optional) If set, this formula is for the totals calculation rule provided (which should be one of the ones on the measure usage).
Optional: True
- placement
-
Type: PlacementPosition
(optional) The placement for a new script measure or hierarchy. If null, the formula is presumed to be for a new formula measure but can be toggled by the user.
Optional: True