DimIndicatorMP.showIndicator

Syntax

showIndicator(indName: String);

Parameters

indName. Key of indicator on the Indicators tab.

Description

The showIndicator method expands the Indicators tab and focuses in the dimension element where the indicator is currently set.

Comments

To get an array of indicators together with their keys and values, use the internal property _IndicatorElements.

Example

The example of method use is given on the page with description of the DimIndicatorMP.getPropertyName method.

See also:

DimIndicatorMP