- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2024 11:38 PM
Hi All,
I have a requirement to bring "Business Area" under user table to "new_call" table through report. I did select "new_call" as a table name in the report. Will the Business area field can be brought in here? How to achieve this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2024 12:34 AM
since your report is on new_call table, is there any field on that table which refers to User table?
if yes then using dot walking you can bring the field on report
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
05-29-2024 12:34 AM
since your report is on new_call table, is there any field on that table which refers to User table?
if yes then using dot walking you can bring the field on report
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
05-30-2024 12:50 AM
Hi Ankur,
We had a check and there was "company" filed , so we were able to achieve this.
Thank you.