How to enalble ""is not one of" operator in the fileter

Sagaya1
Giga Expert

Hi,

I need to run the  filter with "is not one of" operator . But in servicenow instance i am unable to see it . Please help to enable it .

find_real_file.png

In the Sub category , i am unable to see the "is not one of " operator in the filter .

find_real_file.png

 

 

Regards

Sagaya

1 ACCEPTED SOLUTION

@Sagaya 

Thanks for marking my response as helpful.

I could see you marked my response as correct earlier and now it is not.

You can only choose 1 reply as correct.

Please mark the appropriate response as correct

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

11 REPLIES 11

Hitoshi Ozawa
Giga Sage
Giga Sage

"is not one of" is only available in choice field type.

https://docs.servicenow.com/bundle/jakarta-servicenow-platform/page/use/common-ui-elements/reference...

For example, "Expenditure type" in asset (alm_asset).

find_real_file.png

 

FYI, choice fields are listed by viewing "sys_choice_set" table.

EDIT: In non-choice fields, use multiple "is not" conditions with "and".

Hitoshi Ozawa
Giga Sage
Giga Sage

@Sagaya Did you select the wrong reply? The practice in this forum is to select the first reply that answers the original question. The selected reply was posted after I've posted my reply and is only offers a different example from the one I've provided.