Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @wayneoz

    Yes, that’s possible and very simple. Assuming the text box is the fieldname1 field, the equation associated to the calculated field would be:

    
    (new String(fieldname1)).length
    

    and that’s all.
    Best regards.

    Thread Starter wayneoz

    (@wayneoz)

    Awesome ! Thank you

    I nearly had it right. I was missing (new string(

    I only had (fieldname1).length

    Plugin Author codepeople

    (@codepeople)

    Hello @wayneoz

    It has been a pleasure.

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Count Characters’ is closed to new replies.