- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2022 08:09 PM
hi there, i am new to servicenow.
there is a user case that need a report to show tableA, tableB, tableC's row count.
i try to create a report, but it only can choose one table.
i can code script to get the row count of each table, but it seems there is no union option in servicenow. and i did not find the way to make the report to call the script.
i totally have no idea.
could anyone help me with that?
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2022 08:50 PM
Hi
yes, such a "report" is not possible.
BUT: You can create a report for each of the tables with type score (displaying just a number, see https://docs.servicenow.com/bundle/quebec-now-intelligence/page/use/reporting/concept/c_SingleScoreC...) and then place these reports on any dashboard (see https://docs.servicenow.com/en-US/bundle/sandiego-now-intelligence/page/use/reporting/task/add-repor...).
This is the usual way in ServiceNow and you can find such dashboards throughout the platform.
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2022 08:50 PM
Hi
yes, such a "report" is not possible.
BUT: You can create a report for each of the tables with type score (displaying just a number, see https://docs.servicenow.com/bundle/quebec-now-intelligence/page/use/reporting/concept/c_SingleScoreC...) and then place these reports on any dashboard (see https://docs.servicenow.com/en-US/bundle/sandiego-now-intelligence/page/use/reporting/task/add-repor...).
This is the usual way in ServiceNow and you can find such dashboards throughout the platform.
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2022 11:15 PM
thanks a lot, it worked!!