Skip to main content
Question

Filter Condition in Work order screen

  • March 20, 2024
  • 1 reply
  • 41 views

Forum|alt.badge.img+4

How to put not like conditon in Work order screen filter 

 

1 reply

SAMLK
Hero (Partner)
Forum|alt.badge.img+14
  • Hero (Partner)
  • March 20, 2024

Hi @ERCPRATIK ,

You can use the search term  “!yourkeyword*” similar to a not like operator. ‘! ‘represents not equal and ‘*’ represents the wildcard which substitutes one or more character. Also, you can use ‘+’ operator to combine with multiple keywords.

i.e. “!keyword1* + !keyword2*

Below example shows the search result for tasks which do not start the place_ids from “A2” keyword.

 

Without the filter
With filter