Description
Sets individual workspace options.
Syntax
EssSetGlobalOption (item, option)
item is a number that specifies which option you want to set. The item number, description, and data type are shown in Table 32.
Table 32. Item Descriptions and Data Types
Item | Description | Data Type |
---|
1 | Enable secondary button setting | Boolean* |
2 | Enable double-clicking setting | Boolean* |
3 | Enable FlashBack setting | Boolean* |
4 | This setting is maintained for backward compatibility with previous Essbase releases. | Boolean* |
5 | Specify Message Level setting | Number |
6 | Enable Display Unknown member message setting* | Boolean |
7 | Enable route messages to log setting | Boolean* |
8 | Enable purge log setting | Boolean* |
9 | Enable double-clicking to browse Linked Reporting Objects setting | Boolean |
10 | Display Member Select Save dialog box setting | Boolean |
11 | Enable Navigate Without Data | Boolean |
option is the value set for the item. When specifying option, use the type listed in Table 32next to the item you are setting.
Example
=EssSetGlobalOption (3,TRUE)
enables the FlashBack option.
Notes:
The value ERR is returned when item is missing or is out of range.
You must place quotes around all string arguments and NULL. Do not place quotes around numeric parameters (for example, 1).