CubeGetLogChanges
CubeGetLogChanges returns the Boolean value of the Logging property for a specified cube.
The Logging property is set in the Security Assignments dialog box and stored in the }CubeProperties control cube. If Logging is turned on for a cube, the function returns 1. If logging is turned off the function returns 0.
This function is valid in processes only.
This function is not supported in processes on TM1 Database 12.
Syntax
CubeGetLogChanges(CubeName);
Argument |
Description |
---|---|
CubeName |
The cube for which you want to return the value of the Logging property. |
Example
CubeGetLogChanges('2002sales');
If Logging is turned on for the 2002sales cube, the function returns 1.