- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2014 01:17 PM
Is there really no way to copy a query from one report to another in ServiceNow? I have several reports for a dashboard that all need to have the same (sometimes tedious) query criteria and I'm recreating it manually over and over again. Seems like there ought to be a better way. Anyone have any ideas or recommendations?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2014 01:21 PM
I think the only thing you can do without scripting is to perform an insert of the report (from the front-end or back-end interfaces).

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2014 01:21 PM
I think the only thing you can do without scripting is to perform an insert of the report (from the front-end or back-end interfaces).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2014 01:33 PM
It's pretty silly that a platform that is so dependent on a database backend is limited to doing queries via a GUI with dropdown lists. I understand it, and it's great that it's there. And it's fine for simple things but when they get more involved or complicated it's downright painful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-09-2015 11:02 AM
Make any changes required for the new copy. Change the report name from the current report to the name required. Click on the 'Insert' button at the top - the new report will be created via the GUI.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2016 06:41 AM
Perfect. THIS is the right answer