- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2015 12:53 AM
Hi ,
We have a requirement to create a custom chart to display a bar graph of the number of created, resolved, and open. Open is defined as not in 'resolved' or 'closed' incident state. These bar graphs are grouped by location. The date used is current date. Use a filter on the assignment group to capture only those incidents that are assigned to an assignment group.
The chart will display a Graph that has three bars that represent number created, resolved, and open for each location for that day (the date the report is being generated)
can you please guide on this requirement.
Regards,
Vaigai K
Solved! Go to Solution.
- Labels:
-
Integrations
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2015 11:24 PM
Hi Travis,
Appreciate your info here.
But our requirement is something as below:-
Both the above link here will explain you the requirement.
We are not aware with the scripting of Custom Charts, so if you can guide us with that then it would be great!! Travis Toulson
Thanks,
Shahid

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2015 12:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2015 01:07 AM
Hi Harish,
We are trying the same thing but its not returning the right data in the reports.
showing some wrong values.
Regards,
Vaigai K
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2015 01:29 AM
Hi Travis,
I saw some post of yours regarding Custom Reports Create report by vendor, by priority, by month and it seemed that you can guide Vaigai here (As we are very new to this functionality of SNOW).
It would be great if you can do so here.
If you need more details here regarding the requirement then please let us know.
Thanks in Advance.
Shahid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2015 08:25 AM
Hi Shahid,
Thank you for reaching out. A lot here depends on which version of ServiceNow you are running and what sacrifices you are willing to make. I'm going to break this out by requirement:
Grouped Bar Graphs
By far, the best scenario is if you are on Fuji. Fuji allows grouped columns whereas all prior versions will only allow stacked columns. If you are not on Fuji and you want the Grouped Column approach, then your options are either HighCharts (Reporting v2 Plugin) or Custom Reports (last ditch effort option). Here is the difference between the Grouped vs Stacked:
Grouped Columns (Fuji Only)
Stacked Columns
Group by Open/Resolved/Closed
It seems that all your information for this is contained in the State field but that there are special groupings. Try using the Report Ranges module (Report Ranges - ServiceNow Wiki). Failing this, I would create a separate field with the reporting options you desire and tie it to State with a business rule. Bottom line, avoid having to use a script to make a custom report. Storage space is cheap, far cheaper than maintaining customizations.
Group By Location
At this point, you have everything else set up. Now you just have to tie it all together using a standard report like so:
Your report fields may look slightly different if you are not on Fuji.
The real issue comes into play if you are not on Fuji and you want the Grouped Columns approach. Then a more custom report is just about the only option you have. I highly recommend pursuing the above first, especially since Fuji offers the grouped approach. If you feel you absolutely need custom to meet the requirements, let me know and let me know what version you are running and I can offer some guidance on that.
I hope this has helped.
Kind regards,
Travis