Syntax - @RIGHT(Text,NumCharacters)
Parameters:
Text - Any text or numeric field.
NumCharacters - Any integer.
Action - Returns a string consisting of the rightmost characters in Text, starting with NumCharacters, counting from the right.
Example - @RIGHT([INV:Description],5)
Result - Prints the last five characters of the Description.
See:
Filters and Formula Functions - All
Edit Variable Screen
Variables in SubTotals and Grand Totals
Filters and Formula Operators
Filters - Transaction Types