-
CubeGetLogChanges function for IBM Planning Analytics (TM1)
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…
-
CubeProcessFeeders function for IBM Planning Analytics (TM1)
CubeProcessFeeders function for IBM Planning Analytics (TM1) CubeProcessFeeders re-process feeders according to the rule for a specified cube. In this video, CubeProcessFeeders is used to re-evaluate the conditional feeder in the Product Scorecard cube rule to feed Commission. Where can the CubeProcessFeeders function be used? TurboIntegrator Which TM1 Server version is the CubeProcessFeeders function available for? Version 11 and…
-
CubeRuleAppend function for IBM Planning Analytics (TM1)
CubeRuleAppend function for IBM Planning Analytics (TM1) CubeRuleAppend appends a single line of text to a rule. In this video, CubeRuleAppend is used to insert lines to the Product Scorecard rule. Where can the CubeRuleAppend function be used? TurboIntegrator Which TM1 Server version is the CubeRuleAppend function available for? Version 11 and 12 What is the syntax…
-
DeleteAllPersistentFeeders function for IBM Planning Analytics (TM1)
DeleteAllPersistentFeeders function for IBM Planning Analytics (TM1) DeleteAllPersistentFeeders deletes all persistent feeders on the TM1 Server. In this video, DeleteAllPersistentFeeders is used to delete all persistent feeder files. Where can the DeleteAllPersistentFeeders function be used? TurboIntegrator Which TM1 Server version is the DeleteAllPersistentFeeders function available for? Version 11 and 12 What is the syntax for DeleteAllPersistentFeeders?…
-
DimensionAttrPutN function for IBM Planning Analytics (TM1)
DimensionAttrPutN function for IBM Planning Analytics (TM1) DimensionAttrPutN uploads data to a numeric attribute for a dimension. In this video, DimensionAttrPutN will be used to upload a number to the index attribute from the Employee dimension. Where can the DimensionAttrPutN function be used? TurboIntegrator Which TM1 Server version is the DimensionAttrPutN function available for? Version 11 and 12 What is the…
-
DimensionAttrPutS function for IBM Planning Analytics (TM1)
DimensionAttrPutS function for IBM Planning Analytics (TM1) DimensionAttrPutS uploads data to a string attribute for a dimension. In this video, DimensionAttrPutS will be used to upload data to the Description attribute from the Employee dimension. Where can the DimensionAttrPutS function be used? TurboIntegrator Which TM1 Server version is the DimensionAttrPutS function available for? Version 11 and 12 What is the…
-
FormatDate function for IBM Planning Analytics (TM1)
FormatDate function for IBM Planning Analytics (TM1) FormatDate formats a date value. In this video, FormatDate will be used to return the date value for 18000. Where can the FormatDate function be used? TurboIntegrator Which TM1 Server version is the FormatDate function available for? Version 11 and 12 What is the syntax for FormatDate? FormatDate(Date, Pattern,…
-
GetProcessErrorFileDirectory function for IBM Planning Analytics (TM1)
GetProcessErrorFileDirectory function for IBM Planning Analytics (TM1) GetProcessErrorFileDirectory returns the full path name, with a trailing slash, of the directory where error files are written. In this video, GetProcessErrorFileDirectory is used to get the process error file directory. Where can the GetProcessErrorFileDirectory function be used? TurboIntegrator Which TM1 Server version is the GetProcessErrorFileDirectory function available…
-
GetProcessErrorFileName function for IBM Planning Analytics (TM1)
GetProcessErrorFileName function for IBM Planning Analytics (TM1) GetProcessErrorFileName returns the name of the error log file associated with the process. If the process has not yet generated an error log file, the function returns an empty (null) string. In this video, GetProcessErrorFileName is used to get the error log file name. Where can the GetProcessErrorFileName function be used?…
-
GetProcessName function for IBM Planning Analytics (TM1)
GetProcessName function for IBM Planning Analytics (TM1) GetProcessName returns the name of the process. In this video, GetProcessName is used to retrieve the name of the process. Where can the GetProcessName function be used? TurboIntegrator Which TM1 Server version is the GetProcessName function available for? Version 11 and 12 What is the syntax for GetProcessName? GetProcessName(); Relevant…