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

null
    • Database Consultant
    • Kirkness_Associates_Ju
    • 5 yrs ago
    • Reported - view

    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

    • larsb
    • 5 yrs ago
    • Reported - view

    Thank you very much, that was exactly what I needed !

    • Database Consultant
    • Kirkness_Associates_Ju
    • 5 yrs ago
    • Reported - view

    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