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

ServerActiveSandboxGet function for IBM Planning Analytics (TM1)

    ServerActiveSandboxGet returns the name of the active sandbox for the user. If no sandbox is set as active, the function returns a blank string. 

    In this video, ServerActiveSandboxGet will be used to get the user’s active sandbox name.

    Where can the ServerActiveSandboxGet function be used?

    TurboIntegrator

      Which TM1 Server version is the ServerActiveSandboxGet function available for?

      Version 11 and 12

        What is the syntax for ServerActiveSandboxGet?

        ServerActiveSandboxGet();​

        • ​​Note
          • As chores run in a special user context, so TM1 will always return a blank string 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.

        Relevant Functions