How to get list of records
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2023 01:52 PM - edited 09-07-2023 02:14 PM
Hi All,
I got 500+ users details in Excel sheet , using with that excel-sheet In SERVICENOW I want to check number of incidents are there in incident table with those users names & I want to extract list of Incidents .
So Please help me which is the best Practice / Easy method to get List of incidents in form of Report
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2023 02:47 PM
You might want to setup a database view to join your imported data and the incident table. Then you should be able to report on that database view.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2023 10:12 PM
Hi,
Thanks for your reply,
So You are suggesting below process right ?
1. Load Data through Import sets
2. Database view between Staging Table and Incident Table
Any other ways please ?