Operator Functions (Report Builder 1.0)

Use the Operator functions to calculate basic mathematical values. For example, suppose you want to determine whether your team is staying on budget for a project. Using the GREATER THAN OR EQUAL TO function, you can compare the budgeted value to the actual value to determine whether the project is exceeding the budget or not.

Operator functions can use the following data types: DateTime, String, Decimal, Float, EntityKey, and Integer.

In This Section

Topic

Description

ADD (Report Builder 1.0)

Use to add two or more numbers together.

DIVIDE (Report Builder 1.0)

Use to divide numbers.

EQUAL TO (Report Builder 1.0)

Use to equate two values.

EXPONENTIATION

Use to raise a value to a power.

GREATER THAN (Report Builder 1.0)

Use to indicate that one value is greater than another value.

GREATER THAN OR EQUAL TO (Report Builder 1.0)

Use to indicate that one value is greater than or equals another value.

LESS THAN (Report Builder 1.0)

Use to indicate that one value is less than another value.

LESS THAN OR EQUAL TO (Report Builder 1.0)

Use to indicate that one value is less than or equals another value.

MULTIPLY (Report Builder 1.0)

Use to multiply numbers.

NEGATE (Report Builder 1.0)

Change the sign of the value.

NOT EQUAL TO (Report Builder 1.0)

Use to indicate that two values do not equal each other.

SUBTRACT (Report Builder 1.0)

Use to deduct an item from another item.