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 |
---|---|
Use to add two or more numbers together. |
|
Use to divide numbers. |
|
Use to equate two values. |
|
Use to raise a value to a power. |
|
Use to indicate that one value is greater than another value. |
|
Use to indicate that one value is greater than or equals another value. |
|
Use to indicate that one value is less than another value. |
|
Use to indicate that one value is less than or equals another value. |
|
Use to multiply numbers. |
|
Change the sign of the value. |
|
Use to indicate that two values do not equal each other. |
|
Use to deduct an item from another item. |