Functions
The Functions feature lets you reference a global variable or global selection page in your workbook or workbook selection page. This keeps values dynamic and ensure consistent filtering across reports.
To open the Functions dialog, go to the ribbon and select the Analysis tab, then Functions.
When to use functions
- Increasing efficiency: Use a Selection page to manage parameters clearly, or apply global variables for consistent filtering.
- Automating data refresh: Ensure reports always reflect the latest information.
- Improving decision making: Build interactive and dynamic reports that help guide business decisions.
Types of functions
You can insert one of the following types of functions:
| Function | Description |
|---|---|
=NECGLOBALVARIABLE("@@variableKey") | Inserts a Global Variable into a selected cell. |
=NECSELECTIONPAGEVALUE("##parameter") | Inserts a Selection Page parameter into a selected cell. |
Insert a variable or parameter
To insert a global variable or global selection page variable:
- On the Analysis tab, select Functions.
- Choose a variable from either the Global Variable or Selection Page Parameters list.
- Click Save. You can now reference the cell in a formula.
Update a global selection page variable
To update an existing selection page parameter:
- On the Toolbar panel, select Selection Page.
- In the Selection Page dialog, update the desired value.
- Click Confirm to apply the changes.
Function properties
The Functions dialog includes two sections—Function Category and List—used to select a global variable or a selection page parameter.
| Property | Description |
|---|---|
| Function Category | Select either Global Variable or Selection Page Parameters.
|
| List | Select a variable or parameter from the list or type to search. The available selection page parameters depend on the selected Selection Page in On Open. |
| X | Close the dialog without applying changes. |
| Save | Insert the selected global variable or selection page parameter. Use the inserted variable in a formula by referencing its cell. |