How to get list of records

Supriya25
Tera Guru

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

2 REPLIES 2

jonsan09
Giga Sage
Giga Sage

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.

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 ?