I was tasked with creating some reports from Service Manager using the cubes. My boss wanted a report that showed all active tickets, showing from high to low the analyst, then the category, then the user.
I used the following Fields:
IncidentStatusValue in the Column Label
IncidentDimCount in the Values
AssignedToUserDim.DisplayName, IncidentClassificationValue, and AffectedUserDim.DisplayName in the Row Labels.
The report looks exactly as I want it to.
The problem is that the data is wrong on several levels.
Issue 1: It shows multiple entries for the AssignedToUserDim.DisplayName
I changed the names, but if I click on the number 1 next to Joe User(Affected User) for either Analyst1 or 2 a tab open with IR48005. Basically the two analyst both show an active ticket assigned to them, when only one of them should.
Issue 2: The Grand Total that is calculated by the PivotTable is incorrect. I copy and paste the same numbers into the cells next to the PivotTable and the total is something completely different.
The weird thing about this also is that when I did this 20 minutes ago before writing this post, the Autocalc showed 130.
The first issue is more important than the second issue. It is not just this report and I have tried using many different values only to get the same duplication. Its almost like the DataWarehouse is not actually deleting the previous AssignedTo user. The history in the actual ticket shows that it should be, but the reports show something different.
This then throws off every report I try to make. I made one for totals tickets per analyst and I noticed that I got credit for closed tickets that I had previously reassigned, as did the person who the ticket was reassigned to.
Can anyone offer any suggestions?
Thanks.
Matt