Pass a parameter to a report via URL and access from dynamic condition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2017 10:29 AM
Is is possible to pass a parameter to an existing ServiceNow report via the URL and then access the parameter in the report through a dynamic javascript condition?
- Labels:
-
Analytics and Reports

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2017 10:36 AM
Hello Marcus,
I think currently it's not possible. However, I have found few threads mentioned below which may be helpful.
3 Ways to Populate Values in ServiceNow via the URL
P.S: Enhancement requests: Tell us how you would improve the ServiceNow product
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2017 02:17 PM
Hi Marcus,
I searched this for my own usage and I confirm this is not possible in the Now Platform.
This is really sad, as there are so many nice reports I could implement if it was.
I worked full time as a Reporting Specialist, using Microsoft SQL Server Reporting Services (SSRS), for four years. Passing parameters via URL is supported in SSRS and it's an essential feature if you want to integrate dynamic reports to an external website or intranet. SSRS is so much powerful than ServiceNow, even with Performance Analytics. I'm often frustrated by the ServiceNow Reporting limitations.
If I had to implement complex reports with complex layouts, I think I would create DataSets using data imported from ServiceNow but generate the reports in SSRS.
I did not have the occasion to test my idea... Yet!