Options Available When Editing in Script Mode

Table 2-4 Options Available When Editing in Script Mode

Icon Description See Also
Show Line Number

Hide Line Number

Display or hide the script line numbers. Line numbers are displayed by default.  
Insert Function Insert a function and its parameters

Auto suggest is provided for functions. When you type the first few characters of the function, press CTRL+Space to display the suggestions. Select one of the suggestions, and press Enter to complete the function.

Working with Functions
Insert Cross-Dimensional Members Insert cross-dimensional members Adding Members and Functions to a Component
Range of Members Insert a range of members selected from dimensions Adding Members and Functions to a Component
Insert Variable Insert a variable Working with Variables
Insert SmartList Insert a Smart List Working with Smart Lists
Edit Template Edit a template Working with System Templates
Comment

Uncomment

Show/Hide Comment

Comment

Uncomment

Show/hide comment

 
Format Code Format code

When you Format Code, the lines of the script are grouped together and are indented, and blank lines are removed.

 
Verify Syntax Verify syntax  
Wrap Wrap the script so that long lines of the script that scroll off the page display on multiple lines on the same page  
Code Completion On

Code Completion Off

Code completion on / Code completion off

Enables or suppresses suggestions for completing the code

For example, to initiate code completion, after you type FIX, type SHIFT + Space so Oracle Hyperion Calculation Manager enters () ENDFIX for you.

 
Replace Find and replace a text string in the script Searching for a Text String in a Business Rule Script
Find Select whether to Match Case or Match Whole Word when searching for a text string Searching for a Text String in a Business Rule Script