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

LEFT function

The LEFT function selects a specified number of characters starting from the leftmost character of a character expression.

LEFT(expression , number)

  • LEFT("ABCDEF",3)

    The cell displays "ABC".

LEFT(DATABASE -> FIELD, number) OPERATORVALUE

  • GL->LEFT(JE_DESC),4="BANK"

    Returns all journal entries with journal descriptions that start with, and matches exact, the first four letters "BANK."

Related Topics