You are here: All Help Topics > Accounting and Assurance > Calculations, Functions and Linkages > RIGHT function
-- Reference --

RIGHT function

The RIGHT function selects the rightmost specified number of characters of a character expression.

RIGHT(expression, number)

  • RIGHT("ABCDEF",3)

    Equals DEF

RIGHT(DATABASE -> FIELD), number) OPERATORVALUE

  • RIGHT(TRIM(GL->JE_DESC),7)="expense"

    Returns any journal entry that has the word "expense" in the last seven characters of the journal entry description.

Related Topics