- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2022 11:22 AM
Hi,
How do i view the incidents for a particular CI using advanced relationship query.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2022 01:19 AM - edited 10-13-2022 01:26 AM
Hi @chetansriram ,
you can use "^ORDERBY" and "^ORDERBYDESC" followed by the field name to sort. See the examples below.ORDERBYDESC
ORDERBY
Hit thumbs up if you feel that it was helpful in resolving your query.
Johns M P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2022 05:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2022 01:19 AM - edited 10-13-2022 01:26 AM
Hi @chetansriram ,
you can use "^ORDERBY" and "^ORDERBYDESC" followed by the field name to sort. See the examples below.ORDERBYDESC
ORDERBY
Hit thumbs up if you feel that it was helpful in resolving your query.
Johns M P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2022 05:37 AM
Thank you John for your timely help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2022 10:13 PM
is it possible to search a word from the short description and load only those incidents.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2022 05:22 AM
Hi @chetansriram ,
you can use LIKE operator in the same place. See the example below
"short_descriptionLIKEdesk"
Johns M P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2022 07:54 PM
Yeah... CONTAINS also gave the result. Thank you.
Is there any document which lists all the available options in "sysparm_query" field.