Appearance
Set Calculation User Permission
Sets the calculation permissions for a user.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Write | Admin, Sys |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Calculation | array of string | Name of the calculation ([Calculation]). | yes | ||
| Permission | string | Calculation permissions of the user: [None] or [Run]. | yes | ||
| User | array of string | Name of the user ([User]). | yes |
Result
No fields
Code
text
SET CALCULATION USER PERMISSION
CALCULATION=[string, Multiple, Needed]
PERMISSION=[string, Needed]
USER=[string, Multiple, Needed]