Hyperlink in CSV Report
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2024 10:18 AM
Hi,
I am generating a CSV report that lists certain records, I need a column that contains a hyperlink to open the record. Is this possible? Ideally the hyperlink will be the record number and it'll link to the record and be clickable in a CSV file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2024 07:04 PM
How are you generating that csv report? is it via reports module and scheduled report?
If yes then OOB not possible to do.
You will have to store the record link in a custom URL field in that table and use that field as column during your CSV report generation
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2025 10:16 PM
Hope you are doing good.
Did my reply answer your question?
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
01-06-2025 06:15 AM
Hi yes, it is generated via the reports module. Is there any other way to create a CSV without attaching it to 1 particular record?
I currently have stored the record link in a custom URL field in that table and used that field as column during my CSV report generation, however, the link is not clickable in excel and it isn't a hyperlink, is there a workaround?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2025 06:17 AM
I am generating via reports module. Currently I am storing the record link in a URL field and using it as a column, however, it is not clickable in excel and it isn't a hyperlink, is there a workaround?