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

TRIM function

The TRIM function trims trailing spaces from a string. All the spaces following the string will be removed.

TRIM(expression)

TRIM("ABCDEF ")

Displays the string "ABCDEF".

TRIM(DATABASE--> FIELD) OPERATOR VALUE

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

    Removes any trailing spaces from the string and returns any journal entry that has the word "expense".

Related Topics