CubeSaveData function for IBM Planning Analytics (TM1)
CubeSaveData serialises a cube to disk.
In this video, CubeSaveData is used on the System Info cube.
Where can the CubeSaveData function be used?
TurboIntegrator
Which TM1 Server version is the CubeSaveData function available for?
Version 11
What is the syntax for CubeSaveData?
CubeSaveData(CubeName)
- CubeName = Name of the Cube.
Relevant Functions
- AddCubeDependency = Establish cube dependency manually
- BatchUpdateStart = Enables batch updates so changes can be committed together when BatchUpdateFinish or BatchUpdateFinishWait is called.
- BatchUpdateFinishWait = Ends the batch process until a lock becomes available that was started by BatchUpdateStart.
- CellGetN = Retrieves a numeric value from a cube cell.
- CellGetS = Retrieves a string value from a cube cell.
- CellIncrementN = Increases a numeric value by a value.
- CellIsUpdateable = Checks whether a cube cell can be written to. If the cell can be written to, the function returns 1, otherwise a 0 is returned.
- CellPutProportionalSpread = Proportionally spreads a value to the children of a consolidation.
- CellPutN = Writes a numeric value to a cube cell.
- CellPutS = Writes a string value to a cube cell.
- CubeClearData = clears the entire data for a Cube
- CubeCreate = Creates a cube using the list of specified dimensions
- CubeDestroy = Deletes a Cube from the TM1 Server
- CubeDimensionCountGet = Returns the number of dimensions in a cube
- CubeExists = Used check if a cube exists on the TM1 Server
- CubeGetLogChanges = Determines whether the logging property of a cube is turned on or not
- CubeSaveData = Serialises a cube to disk
- CubeSetConnParams = Sets the connection parameters and encrypt the password for a virtual cube stored in }CubeProperties control cube
- CubeSetLogChanges = Sets the logging property for a cube
- CubeTimeLastUpdated = Returns a serial value which refers to the last time the cube was updated
- CubeUnload = Unloads a cube and its view from the memory
- DisableBulkLoadMode = Disables bulk load processing on the TM1 Server
- EnableBulkLoadMode = Enables bulk load processing to improve process efficiency
- RefreshMDXHierarchy = Refresh MDX hierarchies without requiring a server restart
- SaveDataAll = Saves all changes made on the TM1 server
- ServerShutdown = Shuts down the TM1 Server