PiwerPivot - create ticket history

nhoff

New Member
Joined
May 16, 2015
Messages
5
I want to present open and close history of tickets with data coming from a IT service management tool. I have simplified the data structure for this purpose.

3 tables:

tblTickets
- fldTicketID
- fldTicketCreationDate
- fldTicketName
- fldStatus (1-7)
- fldPriority

tblDates
- fldDateID
- fldDate

tblTicketHistory
- fldTicketHistoryID
- fldTicketID
- fldStatusChangeDate
- fldStatusFrom
- fldStatusTo

When a ticket has reached status 6, it is closed. Status 1-5 is considered open. Status 7 is rejected

I would like to produce a pivottable (and chart) that shows the following information:

Date NumberOfNewTickets TotalNumberOfOpenTickets TotalNumberOfClosedTickets
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Hello Nhoff, that would be really helpful if you could supply an excel file with sample data in it.

Olivier.
 
Upvote 0

Forum statistics

Threads
1,224,136
Messages
6,176,562
Members
452,735
Latest member
CristianCaruceriu

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top