I have 3 Record Types for Cases.
I am creating a dashboard on which I would like to display the following:
1. Total Number of Cases that have been closed today.
2. The user should be able to view these closed Cases by Record Type. So they should see:
12 Cases closed today for Record Type A
19 Cases closed for today Record Type B
23 Cases closed for today Record Type C
What type of Report would I need to create. Would I need to group this report by any particular column?
What chart/metric/ would I add to the dashboard?
Thanks for your help!
2 answers
Hi Minhaj,
Create a summary or matric report using the report type cases.
Filter the report where Closed Date equals Today
Group the report by Record Type
Now create a vertical bar chart
X-Axis: Record Type
Y-Axis: Record Count
Save the report
See the screenshot of the report filter
On Dashboard, select the Vertical Bar chart as the component and use the report as the data source.