NextGen Knowledge Center

LEFT String Function

Use:Extracts the specified leftmost characters in a character string
Syntax:
{LEFT( «string» , «num» )}
Arguments:

«string»
    Character string to be evaluated
«num»
    Number of characters from the left to return
Returns:The specified number of characters on the left in the character string
Example:

Field = txt_field
{template_name_.txt_field} = Nextgen Healthcare Information Systems, LLC
{LEFT( {template_name_.txt_field},7 )}

Result: Nextgen