RIGHT Function: Difference between revisions
From Planfix
								
												
				No edit summary  | 
				No edit summary  | 
				||
| (20 intermediate revisions by one other user not shown) | |||
| Line 5: | Line 5: | ||
*'''RIGHT(text;number_of_symbols)'''  | *'''RIGHT(text;number_of_symbols)'''  | ||
| Line 14: | Line 13: | ||
RIGHT(A;5)  | RIGHT(A;5)  | ||
RIGHT({{Task.String field}};4)  | RIGHT(<nowiki>{{Task.String field}}</nowiki>;4)  | ||
Latest revision as of 10:33, 28 February 2024
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)