VLookup in reports

Poorva Bhawsar
Mega Sage

Hi Community,

 

If there is vlookup applied in excel, then how to create reports for this? Is there any functionality related to vlookups in servicenow?

 

Thanks,

Poorva Bhawsar

1 ACCEPTED SOLUTION

Hi @Poorva Bhawsar 

 

Now you bring the real use case 😀

 

So now it come to SN, and lets see in which tables these 2 records get stored are in same table or 2 different table?

 

It is like like I want SLA and Incident records where inc record exits in SLA table. 

 

1st Get the both field table

Then see is it same or 2 different table

3rd , how these 2 tables related like as related list or what

Create DB view or use standard reporting ( if Related list is the case ) and get the result.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

View solution in original post

19 REPLIES 19

Hi @Poorva Bhawsar 

 

Now you bring the real use case 😀

 

So now it come to SN, and lets see in which tables these 2 records get stored are in same table or 2 different table?

 

It is like like I want SLA and Incident records where inc record exits in SLA table. 

 

1st Get the both field table

Then see is it same or 2 different table

3rd , how these 2 tables related like as related list or what

Create DB view or use standard reporting ( if Related list is the case ) and get the result.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Thanks for the clarity. I was getting confused with the word vlookup and was trying to search for the solution on the same. You are correct we will go ahead and create database views accordingly to join these tables and to get that column's data separately. Even i was thinking same to use the database views.

No problem @Poorva Bhawsar 

 

Its all about learning from each other and growing together. Please share feedback once its done 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Its a very big requirement starting from an integration and pulling data into servicenow and post that creating few PA reports  which are formula based.

Divide and build. It look complex but when you divide this in parts, then it will be easy.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************