Using Data Dictionaries > Expressions and Functions > Functions
Related topics

Using Expressions

Use the Expression Builder

Build Compound Expressions

Alphabetical List of Functions

About Expressions and Functions

Using Functions in Secure Query

A function provides a quick way to perform an operation on data maintained by Sage HRMS. In most cases, you can use menus, text fields, lists, check boxes, and radio buttons to enter and manipulate data. But as described in the preceding topic about Expressions, sometimes you need to build your own expression to define the processing you want to perform. And in some of these cases, you might need to use a function as part of the value in an expression.

For example, the value of a last name field (P_LNAME) might be "Nelson." Instead, you want the name to appear in upper case (NELSON). You can use the UPPER function to accomplish this. Enter: UPPER(P_LNAME)="NELSON"

A function consists of a function name and, in most cases, one or more parameters that are used by the function. These parameters are always placed in parentheses following the function name. Each parameter is separated by a comma. The format of a function then, is as follows: DESC(parameter1, parameter2, ...)

The following section identifies some of the common functions and shows examples of their usage. For more information on functions, use online Help (by pressing F1) when you work with the Expression Builder.

Functions by Category