• Resolved edit4ever

    (@edit4ever)


    Is there a formula like TRIM or TRUNCATE that can be used in a calculated field to trim a text field to a specific number of characters?

    I haven’t been able to find anything in documentation on this.

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @edit4ever

    Thank you very much for using our plugin. In the equations, you can use any JS function. For example, if you want the three first characters in the fieldname1 value, you can insert a calculated field in the form and enter the equation:

    String(fieldname1).substr(0,3);

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘forumula to trim text field’ is closed to new replies.