Evaluate Functions
Evaluate functions are database functions that can be used to pass through expressions to get advanced calculations.
Embedded database functions can require one or more columns. These columns are referenced by %1 ... %N within the function. The actual columns must be listed after the function.
Your administrator uses the system setting Evaluate Support Level to determine who can run the database functions EVALUATE, EVALUATE_ANALYTIC, EVALUATE_AGGR and EVALUATE_PREDICATE.
If you see an error similar to this when try to run any of these function, ask your administrator to give you access to the database functions: EVALUATE_SUPPORT_LEVEL inside NQSConfig.INI is not set to support EVALUATE.
| Function | Example | Description | Syntax |
|---|---|---|---|
|
EVALUATE |
|
Passes the specified database function with optional referenced columns as parameters to the database for evaluation. |
|
|
EVALUATE_AGGR |
|
Passes the specified database function with optional
referenced columns as parameters to the database for evaluation.
This function is intended for aggregate functions with a
|
|