cheerfulskeptic
Programmer
I have a db table called complaints
there is a field called ComplaintID, and ComplaintDate
in the report, the only input the user gives is Quarter (ie, Q1, 2, 3, 4) and Year
now, what I need to have in a report is a on the X-axis, plot the Dates per quarter starting from the right hand side with the most recent quarter the user input, ending on the left hand side of the previous 8 (ie, 2 years) quarter data. On the Y-axis is the number of complaints (count of ComplaintID).
I do this, but I cant seem to set a date range, and I cant seem to plot the quarters where there were zero complaints.
Any help would be appreciated. Thanks!
there is a field called ComplaintID, and ComplaintDate
in the report, the only input the user gives is Quarter (ie, Q1, 2, 3, 4) and Year
now, what I need to have in a report is a on the X-axis, plot the Dates per quarter starting from the right hand side with the most recent quarter the user input, ending on the left hand side of the previous 8 (ie, 2 years) quarter data. On the Y-axis is the number of complaints (count of ComplaintID).
I do this, but I cant seem to set a date range, and I cant seem to plot the quarters where there were zero complaints.
Any help would be appreciated. Thanks!