Announcement

Collapse
No announcement yet.

Formula Operator

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Formula Operator

    Hello,
    How to check the content in a TEXT field.
    example:
    Does the field contain the value "SEW" ?
    Not if the content of the field is SEW.
    Is there a solution for this?
    peter

  • #2
    hello : from documentation : string\contains

    string\contains(STRING, NEEDLE) Whether STRING contains NEEDLE. (since version 5.1.2)

    Comment


    • #3
      Thank you very much, sir.

      Comment

      Working...
      X