EaxAnalyzer.IsHasDataAvailable

Syntax

IsHasDataAvailable: Boolean

Description

The IsHasDataAvailable property determines whether requests for updating the @hasData field status in dimension element metadata are sent when changing data in dimensions.

Comments

If the property is set to true, requests for updating the @hasData field in dimension element metadata are sent when changing data in dimensions. The False value is set by default.

Example

Executing the example requires that the HTML page contains the ExpressBox component named expressBox (see Example of Creating the ExpressBox Component). Set the IsHasDataAvailable property to True:

eaxAnalyzer =  expressBox.getSource().getActiveSheet();
eaxAnalyzer.setIsHasDataAvailable(True);
//Refresh express report properties panel
expressBox.getPropertyBarView().refresh();

After executing the example, the IsHasDataAvailable property is set to true.

See also:

EaxAnalyzer