<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NCX94J4" height="0" width="0" style="display:none;visibility:hidden"></iframe>

ServerActiveSandboxSet function for IBM Planning Analytics (TM1)

    ServerActiveSandboxSet sets an existing sandbox as active for the user.

    In this video, ServerActiveSandboxSet will be used to set an active sandbox for the user. 

    Where can the ServerActiveSandboxSet function be used?

    TurboIntegrator

      Which TM1 Server version is the ServerActiveSandboxSet function available for?

      Version 11 and 12

        What is the syntax for ServerActiveSandboxSet?

        ServerActiveSandboxSet(SandboxName)

        • ​​SandboxName = Name of the sandbox to be set as active for the user. If blank, TM1 clears the active sandbox, returning the user to the TM1 database. If the sandbox does not exist, TM1 will return an error.​
          • Note
            • As chores run in a special user context, so TM1 will always return an error when this function is executed by a chore.​
            • Sandboxes are a private space for users to work and insert values. These values are stored separately from the TM1 database.​
            • To use the values of an Active Sandbox during the TI execution, you can use the function SetUseActiveSandboxProperty(PropertyValue) with 1 as a parameter.​
            • A subset will continue ‘active’ after the process execution.

        Relevant Functions