Using Data Dictionaries > Expressions and Functions > Using Expressions
Related topics

Use the Expression Builder

Build Compound Expressions

Functions

Alphabetical List of Functions

About Expressions and Functions

Using Expressions

In some cases, an expression is merely an item of data presented in a different format. For instance, the last name field of an employee might be "Nelson." That same last name expressed in all capital letters would be "NELSON." But as it is most commonly used, an expression is similar to a mathematical formula; it is a statement of comparison among numbers or other data.

For instance, when you perform a Mass Update process, you might want to include all employees with an original hire date prior to June 1, 2016. Communicating this in words, you might say, "I want to include all employees who were hired prior to June 1, 2016." For Sage HRMS, you must communicate this as an expression. The Expression Builder (also called the Criteria Builder) helps you create the following expression:

PE.P_ORIGHIRE < {06/01/2016}

In most cases, the expression you build will be a comparison between a database field and a value. The expression therefore, consists of three parts: