MID Function: Difference between revisions
From Planfix
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{#seo: | |||
|title=MID Function | |||
|titlemode=append | |||
|keywords=planfix, Function, MID, reports | |||
|description=MID Function | |||
}} | |||
The MID function returns a set number of symbols of a text string, starting with a specified position. | The MID function returns a set number of symbols of a text string, starting with a specified position. | ||
Latest revision as of 07:10, 10 May 2024
The MID function returns a set number of symbols of a text string, starting with a specified position.
Format:
MID(text;start_position;number_of_symbols)
Examples:
MID(A;5;10)
MID({{Task.String field}};2;2)