LEFT Function: Difference between revisions
From Planfix
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
LEFT(A;5) | LEFT(A;5) | ||
LEFT({{Task.String field}};4) | LEFT(<nowiki>{{Task.String field}}</nowiki>;4) | ||
Revision as of 05:40, 6 December 2019
The LEFT function returns several of the first symbols of a string, based on the number you set.
Format:
- LEFT(text;number_of_symbols)
Examples:
LEFT(A;5)
LEFT({{Task.String field}};4)