How to display total tickets created and closed per month in the same chart on a dashboard?

Tyrone Shum
Kilo Contributor

Hi all,

I would like to create a dashboard to display the "created" and "closed" fields from the "Task" table in a chart that have the columns stacked or side by side showing over a 12 month period.

I have been able to create these charts separately, but I want it to be in a combined chart like this:

find_real_file.png

How do I set up this inside the dashboard?

Your help is appreciated. Thank you.

1 ACCEPTED SOLUTION

Maik Skoddow
Tera Patron
Tera Patron

Hi Tyron,

a dashboard is just a container for content blocks like reports. That means, you have to create a report first and then add this report to a dashboard.

However, creating a report from combined data sources is a bit more complex, so I wrote an article about it: https://community.servicenow.com/community?id=community_article&sys_id=c8929bd41bc5ac10d2ccea89bd4bc...

View solution in original post

3 REPLIES 3

Maik Skoddow
Tera Patron
Tera Patron

Hi Tyron,

a dashboard is just a container for content blocks like reports. That means, you have to create a report first and then add this report to a dashboard.

However, creating a report from combined data sources is a bit more complex, so I wrote an article about it: https://community.servicenow.com/community?id=community_article&sys_id=c8929bd41bc5ac10d2ccea89bd4bc...

Hi @Maik Skoddow - awesome solution and thank you very much for posting this in the community.

This worked beautifully and now I can apply this to other reports too.

Karun S
Giga Contributor

To achieve this, you need to create a separate "data-set" within your existing report.

The base report will display "Created" and other report (called data-set) will contain "Closed".

Go to your base report and click "Add Dataset". Use the "Closed" filter here (instead of "Created").

Adjust the various other fields (Type, Configure, Style). Save your data-set and click Run to include this

data-set into your existing report.

When you are happy with the results, add this report into your existing Dashboard.