I am creating a report to display No. of helpdesk tickets resolved by a Assignment team in the last 4 weeks
I have 2 Groups in my Report :
Group 1 : Priority
Group 2 : Assignment Team
The Report should look like this :
Priority 1 Team A 10 20 30 40
Priority 1 Team B 20 30 40 30
Priority 1 Team C 20 30 40 30
Priority 2 Team A 10 20 30 40
Priority 2 Team B 20 30 40 30
Priority 2 Team C 20 30 40 30
The Problem I'm facing is - if there is no any ticket for Priority 1 for any teams the report just displays
Priority 2 Team A 10 20 30 40
Priority 2 Team B 20 30 40 30
Priority 2 Team C 20 30 40 30
But I want it to display
Priority 1 Team A 0 0 0 0
Priority 1 Team B 0 0 0 0
Priority 1 Team C 0 0 0 0
Priority 2 Team A 10 20 30 40
Priority 2 Team B 20 30 40 30
Priority 2 Team C 20 30 40 30
Any help on getting this done is highly appreciated.
I have 2 Groups in my Report :
Group 1 : Priority
Group 2 : Assignment Team
The Report should look like this :
Priority 1 Team A 10 20 30 40
Priority 1 Team B 20 30 40 30
Priority 1 Team C 20 30 40 30
Priority 2 Team A 10 20 30 40
Priority 2 Team B 20 30 40 30
Priority 2 Team C 20 30 40 30
The Problem I'm facing is - if there is no any ticket for Priority 1 for any teams the report just displays
Priority 2 Team A 10 20 30 40
Priority 2 Team B 20 30 40 30
Priority 2 Team C 20 30 40 30
But I want it to display
Priority 1 Team A 0 0 0 0
Priority 1 Team B 0 0 0 0
Priority 1 Team C 0 0 0 0
Priority 2 Team A 10 20 30 40
Priority 2 Team B 20 30 40 30
Priority 2 Team C 20 30 40 30
Any help on getting this done is highly appreciated.