Management wants to see a report (stacked bar graph actually which I can do outside SDP if I can get the data) with the X-axis showing number of days overdue (i.e. 10 bars showing 1,2,3,4,5,6,8,10,12,>=14 overdue) and Y-axis with number of requests. The stacks will be by priority. The MSSQL code with those three columns should be all I need to take care of the rest.
Thanks in advance for your help.