EssSetGlobalOption

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

ItemDescriptionData 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

  • 1 Info, Warning & Error messages

  • 2 Warning & Error messages only

  • 3 Error messages only

  • 4 No messages

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: