CubeGetLogChanges function for IBM Planning Analytics (TM1)
CubeGetLogChanges determines whether a cube’s logging property is turned on.
In this video, CubeGetLogChanges is used to check whether logging is turned on for the Product Scorecard cube.
Where can the CubeGetLogChanges function be used?
TurboIntegrator
Which TM1 Server version is the CubeGetLogChanges function available for?
Version 11
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, it 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 are captured. Turning the cube logging off before a large data load TI procedure is always recommended.