- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2016 04:43 PM
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 !
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2016 05:00 PM
I would use a database view, then use the filter tool to create a report against that view. Like this:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2016 05:12 PM
Hi Suhas,
This will behave as any other report.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2016 05:16 PM
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 | ?EXCEL | 10,000 rows | Exports table records as a Microsoft Excel spreadsheet. |
XML | ?XML | 10,000 rows | Exports table records as an XML document. |
5,000 rows | Exports table records as a Portable Document Format file |

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2016 05:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2016 05:49 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2016 05:52 PM
Hi Suhas,
Sorry, I didn't get you. Can you please elaborate further.