This page (revision-24) was last changed on 26-Nov-2021 10:22 by RForbes

This page was created on 26-Nov-2021 10:22 by JMyers

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
24 26-Nov-2021 10:22 2 KB RForbes to previous
23 26-Nov-2021 10:22 2 KB RForbes to previous | to last
22 26-Nov-2021 10:22 2 KB JEscott to previous | to last
21 26-Nov-2021 10:22 2 KB JEscott to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 6 changed 9 lines
!Arithmetic Operators
* Add
* Subtract
* Multiply
* Divide
* Percent
* Modulus
* Minimum
* Maximum
![Arithmetic Operators|ARITHMETIC_OPERATORS]
*[Add|ADD_OPERATOR]
*[Subtract|SUB_OPERATOR]
*[Multiply |MLT_OPERATOR]
*[Divide|DIV_OPERATOR]
*[Modulus|MOD_OPERATOR]
*[Percent|PRC_OPERATOR]
*[Maximum|MAX_OPERATOR]
*[Minimum|MIN_OPERATOR]
At line 16 changed 5 lines
!Rounding Operators
* Round to the Nearest
* Round Down
* Round Up
* Truncate
![Rounding Operators|ROUNDING_OPERATORS]
*[Round Nearest|RDN_OPERATOR]
*[Round Up|RDU_OPERATOR]
*[Round Down|RDD_OPERATOR]
*[Truncate|TRNC_OPERATOR]
At line 22 changed 12 lines
!Conversion Operators
* Convert to a Date
* Convert to a Character
* Convert to a Number
* Convert Wage to the Basis Indicated
* Date Operators
* Day Portion of Date
* Month Portion of Date
* Year Portion of Date
* Days Between Dates
* Months Between Dates
* Years Between Dates
![Conversion Operators|CONVERSION_OPERATORS]
*[Convert to a Date|DATE_OPERATOR]
*[Convert to a Character|CHAR_OPERATOR]
*[Convert to a Number|NUM_OPERATOR]
*[Convert Wage to the Basis Indicated|WAGE_OPERATOR]
At line 35 changed 8 lines
!Relative Date Operators
* Beginning of Day
* Beginning of Week
* End of Week
* Beginning of Month
* End of Month
* Beginning of Year
* End of Year
![Date Operators|DATE_OPERATORS]
* [Day Portion of Date|DAY_OPERATOR]
* [Month Portion of Date|MTH_OPERATOR]
* [Year Portion of Date|YRS_OPERATOR]
* [Days Between Dates|DBT_OPERATOR]
* [Months Between Dates|MBT_OPERATOR]
* [Years Between Dates|YBT_OPERATOR]
At line 44 changed 14 lines
!Comparison Operators
* Equal to
* Not Equal to
* Greater Than
* Greater Than or Equal to
* Not Greater Than
* Less Than
* Less Than or Equal To
* Not Less Than
* In List
* Not in List
* In Between
* Not in Between
* Like
![Relative Date Operators|RELATIVE_DATE_OPERATORS]
* [Beginning of Day|BD_OPERATOR]
* [Beginning of Week|BW_OPERATOR]
* [End of Week|EW_OPERATOR]
* [Beginning of Month|BM_OPERATOR]
* [End of Month|EM_OPERATOR]
* [Beginning of Year|BY_OPERATOR]
* [End of Year|EY_OPERATOR]
![Comparison Operators |COMPARISON_OPERATORS]
* [Equal to|Q_OPERATOR]
* [Element Pay Line Values Operator|ELPL_OPERATOR]
* [Pay Component Pay Line Value Operator|PCPL_OPERATOR]
* [Not Equal to|NE_OPERATOR]
* [Greater Than|GT_OPERATOR]
* [Greater Than or Equal to|GE_OPERATOR]
* [Not Greater Than|NG_OPERATOR]
* [Less Than|LT_OPERATOR]
* [Less Than or Equal To|LE_OPERATOR]
* [Not Less Than|NL_OPERATOR]
* [In List|IN_OPERATOR]
* [Not in List|NN_OPERATOR]
* [In Between|IB_OPERATOR]
* [Not in Between|NB_OPERATOR]
* [Like|LIKE_OPERATOR]