TM1 Function for TI, CubeGetLogChanges

Determines whether logging property of a cube is turned on or not.

What is the CubeGetLogChanges function?

CubeGetLogChanges determines whether logging property of a cube is turned on or not.  

Where can the CubeGetLogChanges function be used?

TurboIntegrator

What is the syntax for CubeGetLogChanges?

CubeGetLogChanges(Cube)​;

Cube = Cube Name to check for the logging property value​
The function returns 1 if the logging property value is turned on else returns 0.​

Note:- The logging property is stored in }CubeProperties control cube. If the logging property is turned on for the cube, any data changes is captured. It is always recommended to turn the cube logging off before a large data load TI procedure.

A demonstration on how to use CubeGetLogChanges

​Use CubeGetLogChanges to check whether logging is turned on for the Product Scorecard cube.