Question

Filter Condition in Work order screen

  • 20 March 2024
  • 1 reply
  • 29 views

Badge +3

How to put not like conditon in Work order screen filter 

 


1 reply

Userlevel 4
Badge +12

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

 

Reply