How can I get character count in 'Multiple Text 'column of Sharepoint?
Appreciate all the help!
-saumil
|
How can I get character count in 'Multiple Text 'column of Sharepoint? Appreciate all the help! -saumil |
||||
|
|
|
If you have your column value you can just use .ToString().Length to get the number of characters. |
|||||||||||||||||
|
|
You can't with a calculated column, because this is not supported on a Multiple lines of text column. Other option is the answer above. |
|||
|
|