-
CubeSaveData function for IBM Planning Analytics (TM1)

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) Relevant Functions
-
ChoreQuit function for IBM Planning Analytics (TM1)

ChoreQuit function for IBM Planning Analytics (TM1) ChoreQuit terminates the chore and flags it with an error status. In this video, ChoreQuit is used to terminate the chore and generate an error log message. Where can the ChoreQuit function be used? TurboIntegrator Which TM1 Server version is the ChoreQuit function available for? Version 11 and…
-
CubeSetConnParams function for IBM Planning Analytics (TM1)

CubeSetConnParams function for IBM Planning Analytics (TM1) CubeSetConnParams sets the connection parameters and encrypts the password for a virtual cube stored in }CubeProperties control cube. In this video, CubeSetConnParams is used to set up a connection to the Employee cube. Where can the CubeSetConnParams function be used? TurboIntegrator Which TM1 Server version is the CubeSetConnParams function available for? Version…
-
CubeAttrDelete function for IBM Planning Analytics (TM1)

CubeAttrDelete function for IBM Planning Analytics (TM1) CubeAttrDelete deletes a cube’s attribute. In the video, CubeAttrDelete will be used to delete the description attribute for Cubes. Where can the CubeAttrDelete function be used? TurboIntegrator Which TM1 Server version is the CubeAttrDelete function available for? Version 11 and 12 What is the syntax for CubeAttrDelete? CubeAttrDelete(AttributeName) Relevant Functions
-
CubeAttrPutN function for IBM Planning Analytics (TM1)

CubeAttrPutN function for IBM Planning Analytics (TM1) CubeAttrPutN uploads data to a numeric attribute for a cube. In the video, CubeAttrPutN will be used to upload data to the attribute, Number of Dimensions, for the Employee cube. Where can the CubeAttrPutN function be used? TurboIntegrator Which TM1 Server version is the CubeAttrPutN function available for? Version 11 and…
-
CubeAttrSL function for IBM Planning Analytics (TM1)

CubeAttrSL function for IBM Planning Analytics (TM1) CubeAttrSL retrieves data from a string attribute for a Cube, based on the language locale. In the video, CubeAttrSL will be used to retrieve data from the description attribute of the Employee cube. Where can the CubeAttrSL function be used? TurboIntegrator Which TM1 Server version is the CubeAttrSL function available for?…
-
CubeCreate function for IBM Planning Analytics (TM1)

CubeCreate function for IBM Planning Analytics (TM1) CubeCreate creates a cube using the list of specified dimensions. In this video, CubeCreate is used to create the new cube, zz_temp_cube, with this dimensions order: Version, Year, Period, Currency, Account, General Ledger Measure. Where can the CubeCreate function be used? TurboIntegrator Which TM1 Server version is the CubeCreate function…
-
CubeTimeLastUpdated function for IBM Planning Analytics (TM1)

CubeTimeLastUpdated function for IBM Planning Analytics (TM1) CubeTimeLastUpdated returns a serial value which refers to the last time the cube was updated. In this video, CubeTimeLastUpdated is used to retrieve when the cube, zTest, was last updated Where can the CubeTimeLastUpdated function be used? TurboIntegrator Which TM1 Server version is the CubeTimeLastUpdated function available for? Version…
-
DimensionElementComponentAdd function for IBM Planning Analytics (TM1)

DimensionElementComponentAdd function for IBM Planning Analytics (TM1) DimensionElementComponentAdd adds an element to a consolidated element in a rollup according to a specific weight in a dimension. This action occurs after a commitment in the process (e.g. at the end of executing the metadata tab). To action this function immediately, use DimensionElementComponentAddDirect. In the video, the DimensionElementComponentAdd will be used to…
-
CubeUnload function for IBM Planning Analytics (TM1)

CubeUnload function for IBM Planning Analytics (TM1) CubeUnload unloads a cube and its view from the memory. In this video, CubeUnload is used to unload the Product Scorecard cube. Where can the CubeUnload function be used? TurboIntegrator Which TM1 Server version is the CubeUnload function available for? Version 11 and 12 What is the syntax for CubeUnload? CubeUnload(CubeName)…