Simple Filter - starts with "1-6"

Comments

1 comment

  • Alan

    Hi Bo,

    You'll want to use the MATCHES function to achieve this.  Based on your description I'd use a REGEX pattern like:

    ^[1-6].*

    For details about what this means, plug it into regex101.com and try test string 1ABC.

    Let me know if you've got any further questions - also you can open up cases with support.

    0
    Comment actions Permalink

Please sign in to leave a comment.