How do I extract a report of all the attachments of active Incidents from the past 6 months ?

ramak
Giga Expert

Hi All,

I have got a requirement to run a report on all the attachments from the list of active Incidents. Can any one of you point me in the right direction of what needs to be done in order to accomplish this task.

Thanks in advance...

Cheers !

1 ACCEPTED SOLUTION

Alex Mittell
ServiceNow Employee
ServiceNow Employee

I would use a database view, then use the filter tool to create a report against that view. Like this:



Screenshot 2016-06-20 19.55.03.png


Screenshot 2016-06-20 20.00.42.png


View solution in original post

21 REPLIES 21

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hi Suhas,



This will behave as any other report.


Alex Mittell
ServiceNow Employee
ServiceNow Employee

Yeah after you run the report you can just add ?CSV to the end of the URL to export as CSV, you can also do the following formats too.



Excel ?EXCEL10,000 rowsExports table records as a Microsoft Excel spreadsheet.
XML ?XML10,000 rowsExports table records as an XML document.
PDF ?PDF5,000 rowsExports table records as a Portable Document Format file

On that lines the below link will be helpful.


Exporting Data - ServiceNow Wiki


Yeah, was able to create the DB view & it looks like this :



find_real_file.png



Is there any table which would also download all the attachments as this provides the list of all the attachments ?


Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hi Suhas,



Sorry, I didn't get you. Can you please elaborate further.