incidents for a particular CI

chetansriram
Kilo Expert

Hi,

 

How do i view the incidents for a particular CI using advanced relationship query.

2 ACCEPTED SOLUTIONS

Hi @chetansriram ,
you can use "^ORDERBY" and "^ORDERBYDESC" followed by the field name to sort. See the examples below.
ORDERBYDESCORDERBYDESCORDERBYORDERBY

Hit thumbs up if you feel that it was helpful in resolving your query.

 

Regards,
Johns M P

View solution in original post

Thank you John for your timely help.

View solution in original post

11 REPLIES 11

Hi @chetansriram ,
you can use "^ORDERBY" and "^ORDERBYDESC" followed by the field name to sort. See the examples below.
ORDERBYDESCORDERBYDESCORDERBYORDERBY

Hit thumbs up if you feel that it was helpful in resolving your query.

 

Regards,
Johns M P

Thank you John for your timely help.

is it possible to search a word from the short description and load only those incidents.

Hi @chetansriram ,
you can use LIKE operator in the same place. See the example below 

"short_descriptionLIKEdesk"

Screenshot 2022-10-14 at 5.49.23 PM.png

Regards,
Johns M P

Yeah... CONTAINS also gave the result. Thank you.

Is there any document which lists all the available options in "sysparm_query" field.