Returns the specified number of characters starting from the right in a text string. Can be used for variable length strings when a starting position is not known.
Right(StringValue, NumberOfChars)
Example: Right( {accountnumber} , 5)
- Input: 000098765
- Result: 98765
Example: Right( {accountnumber} , 5)
- Input: 98765
- Result: 98765
Click HERE to return to the full list of MassImpact Formulas.