Formula Operator

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • peterberlin
    Active Community Member
    • Mar 2015
    • 1004

    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
  • item
    Active Community Member
    • Mar 2017
    • 1476

    #2
    hello : from documentation : string\contains

    string\contains(STRING, NEEDLE) Whether STRING contains NEEDLE. (since version 5.1.2)
    If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​

    Comment

    • peterberlin
      Active Community Member
      • Mar 2015
      • 1004

      #3
      Thank you very much, sir.

      Comment

      Working...