ServiceNow Cheat Sheets · LessonBy Neelima, ServiceNow Architect · Published · current release · reference
Encoded query cheat sheet
Read and write encoded query strings with confidence.
Quick answer
Encoded queries are the string form of a filter. Build one visually, right-click the breadcrumb, and Copy query.
Key takeaways
- Operators
- Logic
- Example
Encoded queries are the string form of a filter. Build one visually, right-click the breadcrumb, and Copy query.
Operators
=equals,!=not equals><>=<=IN,STARTSWITH,ENDSWITH,LIKE
Logic
^= AND,^OR= OR^EQends an OR group^ORDERBY/^ORDERBYDESC
Example
active=true^priority<=2^assigned_toISEMPTY^ORDERBYDESC sys_created_on
Quick check
+0 XPStreak ×0
Question 1 of 2
What character means AND in an encoded query?
Frequently asked questions
What does the term Encoded query cheat sheet refer to in ServiceNow?
Encoded queries are the string form of a filter. Build one visually, right-click the breadcrumb, and Copy query.