- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 06:56 AM
I need to create a report that will show these things:
- RITM Number (Requested Item [sc_req_item])
- Item Name (i.e. O365 User License, Docking Station)
- RITM Approver (Approval [sysapproval_approver])
- SCTASK(s) linked to approved RITM (Catalog Task [sc_task])
- SCTASK(s) Assignment Group
I have tried, very unsuccessfully, to create a database view. Is what I’m trying to build possible? Any suggestions for what this would look like?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 07:27 AM
try this add required view fields under view tables and add the required column in list via gear icon
Ensure the field you are using in where clause is present as view field for that view table
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2024 10:45 PM
hello @Ankur Bawiskar
my requirement looks similar but
I need to create a report that will show RITM Number (Requested Item [sc_req_item]) with no approvals and no tasks.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2024 10:10 AM
Hello @Ankur Bawiskar
With this we are able to create a database view . Once we are creating a report on this table, we are getting the same records(RITM) multiple times.
Could you please let me know what can be issue here and how to resolve this?
Thanks