RIGHT Function

From Planfix
Revision as of 10:33, 28 February 2024 by Dmitri (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The RIGHT function returns several of the last symbols of a string, based on the number you set.


Format:

  • RIGHT(text;number_of_symbols)


Examples:


RIGHT(A;5)

RIGHT({{Task.String field}};4)


Go To