0
Is it possible to automatically change pasted text to all lowercase ?
Is it possible to automatically change pasted text inside a text (multiline) field to all lowercase letters ?
3 replies
-
Hi
Yes - you just use the lower(string) function - for example:
'Text (multiline)' := lower('Email Body')
which assigns a lower case version of the 'Email Body' field to the 'Text (multiline)' field
-
Thank you very much, that was exactly what I needed !
-
You should bookmark the language reference in the manual:
https://ninoxdb.de/en/manual/calculations/reference-of-functions-and-language
I have it open most of the time!
Content aside
- 5 yrs agoLast active
- 3Replies
- 1302Views