- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2016 01:10 PM
Is there an easy way to convert an encoded query such as:
active=true^caller_id!=3643044b6ff851406b7283bc5d3ee42b^ORcaller_id=NULL
to make it look how it looks at the top of a ServiceNow list?
All > Active = true > Caller != Data Center Operations
For custom applications, allowing users to see a more readable version of their current filters would help tremendously. I'm just curious how ServiceNow does it for their own lists.
Solved! Go to Solution.
- Labels:
-
User Interface (UI)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2016 03:35 PM
When using a condition field, you can use the dictionary attribute readable=true, that way if someone has it displayed on a list or in a read-only field, it will still be readable.
For example: Active = true .and. Caller = Fred Luddy .or. Caller is empty
http://wiki.servicenow.com/index.php?title=Dictionary_Attributes#gsc.tab=0

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2016 03:35 PM
When using a condition field, you can use the dictionary attribute readable=true, that way if someone has it displayed on a list or in a read-only field, it will still be readable.
For example: Active = true .and. Caller = Fred Luddy .or. Caller is empty
http://wiki.servicenow.com/index.php?title=Dictionary_Attributes#gsc.tab=0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2016 01:01 PM
Perfect!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2018 11:54 AM
Nailed it, thank you

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-11-2018 07:29 PM
Others of my favorites on condition fields include:
- show_condition_count=true - display the number of records that match the condition
- no_truncate=true - show the entire contents of the field in a list instead of the first 30 and then ...