Report on Category and Sub category.

Atchutaram
Tera Contributor

Hi Experts,

Good Day,

                          I have been trying to generate a report on categories and Sub categories for Incidents, change, knowledge and Problem in one single report.

 

Could you pleas assist me with this.

 

Best Regards,

Vinjamuri Srikar

4 REPLIES 4

Community Alums
Not applicable

Hi @Atchutaram ,

Since Category & Subcategory is not extended from TASK table this is wont be visible on the columns, however in the columns if you extend the Parent field and search for category [incident], subcategory[incident]  if you add to the columns then it will be available..

 

Once you extend the parent filed search for subcategory as shown below:

 

SandeepDutta_0-1673436784272.png

 

  You can do group by "category" and Additional group by " Subcategory"

SandeepDutta_1-1673436810116.png

 

 

Hi Sandeep,

                        Thank you for your response, but i am looking for a report which show list of all categories and sub categories in servicenow.

 

Best Regards,

Atchutram

 

Community Alums
Not applicable

Hi @Atchutaram ,

 

You could have achieved this, if we had an option to create a report on sys_choice because all the choices are stored in this table. However, by default ServiceNow limits reporting on some of the tables and sys_choice is one among them. Having said, I am not sure if you can really show all the categories and subcategories in on report. 

 

 

Please mark helpful/Like, if the solution in line in your expectation.

 

Regards,

Gagan k

BharathChintala
Mega Sage

Hey Srikar,

You can achieve it by doing report on sys_choice table. But to get sys_choice table in reporting list update follow property first

system property 'glide.ui.permitted_tables'. 

Bharath62_0-1673441840078.png

Thanks,

Bharath

If my inputs have helped with your question, please mark my answer as accepted solution, and give a thumb up.
Bharath Chintala