Is it possible to display Reports external web page ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2022 12:45 AM
we are looking for a way to make show ServiceNow reports outside of ServiceNow like in an intranet webpage.
Is it possible something like making the report public and include them as an iframe in the web page?
Technically I believe it should be possible, but want to hear from those who have actually implemented it 🙂
Note - we are not looking to use any external reporting tools for now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2022 12:52 AM
Hello,
Yes you can use iframe tag in your webpage which will render your report.
But i would suggest add your report in dashboard and copy the dashboard link and give it as a source in "src" attribute in iframe tag.
Please try this it should work.
Please mark this helpful or accept the solution if it answers your question.
Thanks