- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2025 01:03 PM
Hello- New ServiceNow Platform Owner here! We recently imported the location user attribute into our platform. When we run a report and add the location field, the user's location is returning as empty.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2025 01:59 PM - edited 04-02-2025 02:01 PM
Seems like you are trying to get data from Incident table and location column is emptry there, this location field is not auto populate for caller location.
We need to udpate the incident's location field with respective caller's location either manually or using some script when new incident created.
E.g. you can edit the location value in any of Incident and then check the report, this will display the value.
-
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2025 02:29 PM
Hi @MadelineA747953 ,
See the snip location information is different. Since one location is updated for incident and other location is caller Location. The caller location is available in the Incident form since we Dot walk the Caller field and bring the Location attribute of a caller in incident form.
Hope this help to distinguish between the two location fields. Use can use Dot Walk while creating report as well.
If my response helped, please hit the Thumb Icon and accept the solution so that it benefits future readers.
Regards,
Rohit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2025 01:59 PM - edited 04-02-2025 02:01 PM
Seems like you are trying to get data from Incident table and location column is emptry there, this location field is not auto populate for caller location.
We need to udpate the incident's location field with respective caller's location either manually or using some script when new incident created.
E.g. you can edit the location value in any of Incident and then check the report, this will display the value.
-
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2025 01:59 PM - edited 04-02-2025 02:17 PM
Hi @MadelineA747953 ,
The snip shows a list view of incident record. The location Field in Incident table and User record is different. Hence you need to take this under consideration while creating a report data is correct.
If my response helped, then please accept the solution and hit thumbs up.
Regards,
Rohit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2025 02:04 PM
@MadelineA747953 , second with @Rohit Singh, you need to check source table of report data and data itself.
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2025 02:29 PM
Hi @MadelineA747953 ,
See the snip location information is different. Since one location is updated for incident and other location is caller Location. The caller location is available in the Incident form since we Dot walk the Caller field and bring the Location attribute of a caller in incident form.
Hope this help to distinguish between the two location fields. Use can use Dot Walk while creating report as well.
If my response helped, please hit the Thumb Icon and accept the solution so that it benefits future readers.
Regards,
Rohit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2025 08:47 AM
Hi @MadelineA747953 ,
Glad that my response was helpful. Request you to please mark my response as solution accepted so that it benefits future readers and also help me to get recognized for my efforts towards the community.
Regards,
Rohit