PropertyRefreshTimerActive
Description Turns on and off the refresh timer, which causes a REFRESH CUBE statement in the cube.
TypeBoolean
Values
True (-1) Turns the timer on.
False (0) Turns the timer off.
DefaultFalse
Example
Code:Cube1.RefreshTimerActive = False
HTML:<PARAM NAME="RefreshTimerActive" VALUE= "0">
See alsoRefreshCube Doaction action, AutoRefreshCube and RefreshTimerValue properties.
Notes