@IsSandBoxed
@ISSANDBOXED determines if the current application is sandboxed.
DTP Type:
@ISSANDBOXED can be assigned to a DTP of type boolean.
Syntax:
@ISSANDBOXED(CubeName)
Parameter:
| Parameter | Description |
|---|---|
CubeName |
Design-time prompt or text |
Example:
[Sand1]=@ISSANDBOXED([cube1])
Where:
[Sand1]is a DTP of type boolean that is not a checked prompt.[cube1]is a promtable DTP of type string.
Assume [cube1]:Plan1. In this example, [Sand1] returns true if the cube "Plan1 " is enabled for sandbox, and returns false if the cube "Plan1 " is not enabled for sandbox.