Category: Content Type

  • SetDimensionGroupsSecurity function for IBM Planning Analytics (TM1)

    SetDimensionGroupsSecurity function for IBM Planning Analytics (TM1)

    SetDimensionGroupsSecurity function for IBM Planning Analytics (TM1) SetDimensionGroupsSecurity sets the level of security to a dimension for non-admin groups. In the video, SetDimensionGroupsSecurity will be used to grant WRITE access to the employee dimension to all non-admin groups. Where can the SetDimensionGroupsSecurity function be used? TurboIntegrator Which TM1 Server version is the SetDimensionGroupsSecurity function available for? Version 11 and 12…

  • SetElementGroupsSecurity function for IBM Planning Analytics (TM1)

    SetElementGroupsSecurity function for IBM Planning Analytics (TM1)

    SetElementGroupsSecurity function for IBM Planning Analytics (TM1) SetElementGroupsSecurity sets the level of security to an element for non-admin groups. In the video, SetElementGroupsSecurity will be used to grant READ access to the element, ‘Actual’, from the Version dimension. Where can the SetElementGroupsSecurity function be used? TurboIntegrator Which TM1 Server version is the SetElementGroupsSecurity function available for? Version 11 and 12…

  • SetHierarchyGroupsSecurity function for IBM Planning Analytics (TM1)

    SetHierarchyGroupsSecurity function for IBM Planning Analytics (TM1)

    SetHierarchyGroupsSecurity function for IBM Planning Analytics (TM1) SetHierarchyGroupsSecurity sets the level of security for a hierarchy to non-admin groups. In the video, SetHierarchyGroupsSecurity will be used to apply READ access to the ‘Department Name’ hierarchy. Where can the SetHierarchyGroupsSecurity function be used? TurboIntegrator Which TM1 Server version is the SetHierarchyGroupsSecurity function available for? Version 11 and 12 What is…

  • ProcessAttrS function for IBM Planning Analytics (TM1)

    ProcessAttrS function for IBM Planning Analytics (TM1)

    ProcessAttrS function for IBM Planning Analytics (TM1) ProcessAttrS retrieves data from a string attribute for a process.  In this video, ProcessAttrS will be used to retrieve data from the string attribute, Description, against the TrainingProcess process. Where can the ProcessAttrS function be used? TurboIntegrator Which TM1 Server version is the ProcessAttrS function available for? Version 11 and 12 What…

  • ProcessAttrSL function for IBM Planning Analytics (TM1)

    ProcessAttrSL function for IBM Planning Analytics (TM1)

    ProcessAttrSL function for IBM Planning Analytics (TM1) ProcessAttrSL retrieves data from a string attribute for a process, based on a language locale. In this video, ProcessAttrSL will be used to retrieve the string attribute, Description, for the TrainingProcess process Where can the ProcessAttrSL function be used? TurboIntegrator Which TM1 Server version is the ProcessAttrSL function available for? Version 11…

  • ProcessBreak function for IBM Planning Analytics (TM1)

    ProcessBreak function for IBM Planning Analytics (TM1)

    ProcessBreak function for IBM Planning Analytics (TM1) ProcessBreak stops processing any data and moves straight to the Epilog. In this video, ProcessBreak is used to skip all data processing and go straight to the Epilog.  Where can the ProcessBreak function be used? TurboIntegrator Which TM1 Server version is the ProcessBreak function available for? Version 11 and…

  • ItemSkip function for IBM Planning Analytics (TM1)

    ItemSkip function for IBM Planning Analytics (TM1)

    ItemSkip function for IBM Planning Analytics (TM1) ItemSkip skips the current transaction in the process. In this video, ItemSkip is used to skip a record for a specific measure. Where can the ItemSkip function be used? TurboIntegrator Which TM1 Server version is the ItemSkip function available for? Version 11 and 12 What is the syntax…

  • ProcessError function for IBM Planning Analytics (TM1)

    ProcessError function for IBM Planning Analytics (TM1)

    ProcessError function for IBM Planning Analytics (TM1) ProcessError immediately terminates the process and produces an error. In this video, ProcessError is used to terminate the process and show the error produced immediately. Where can the ProcessError function be used? TurboIntegrator Which TM1 Server version is the ProcessError function available for? Version 11 and 12 What…

  • ServerSandboxCreate function for IBM Planning Analytics (TM1)

    ServerSandboxCreate function for IBM Planning Analytics (TM1)

    ServerSandboxCreate function for IBM Planning Analytics (TM1) ServerSandboxCreate creates a new Sandbox for the user. In this video, ServerSandboxCreate will be used to create a new sandbox called Training. Where can the ServerSandboxCreate function be used? TurboIntegrator Which TM1 Server version is the ServerSandboxCreate function available for? Version 11 and 12 What is the syntax for ServerSandboxCreate? ServerSandboxCreate(SandboxName)…

  • DimensionElementInsert function for IBM Planning Analytics (TM1)

    DimensionElementInsert function for IBM Planning Analytics (TM1)

    DimensionElementInsert function for IBM Planning Analytics (TM1)  DimensionElementInsert adds an element in a dimension. This action occurs after a commitment to the process (e.g., at the end of executing the metadata tab). To action this function immediately, use DimensionElementInsertDirect. In the video, the DimensionElementInsert will be used to insert Wales before Scotland in the Sales Region dimension. Where can the DimensionElementInsert function be used? TurboIntegrator…