Links to data in ServiceNow in exported Excel report
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2018 02:19 PM
How can I export data to Excel and include active links to the data in ServiceNow? I might want to share a list of incidents or knowledge articles that would allow the recipient to click each link.
- Labels:
-
Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2018 07:57 PM
Krish,
I guess the best way to do it would be
1. Create a new field on the incident/knowledge tables of type URL
2. Make it a "Calculated" field
3. Put the following line in the "Calculation"
"https://your_instance_name.service-now.com/nav_to.do?uri=incident.do?sys_id=" + current.sys_id
I did the same and it worked for me. And i believe there is no OOB way to do it.
References: https://community.servicenow.com/community?id=community_question&sys_id=375ff2a9db58dbc01dcaf3231f961956
Hope this helps
-Aman Gurram
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2018 09:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2018 10:37 AM
Hi,
We have not had a chance to try this yet for me to say this is "correct". It is helpful, however, and I have marked it as such. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2018 01:01 PM
The only way I know of to do this would be to create and share a report (this would only be accessible by someone within your organization with SN access).
A list view and report can both be exported to excel, or a report could be published for sharing, but those options wouldn't allow users to drill into the details.
Once you export to Excel you lose the interactive capability.