mmaz
Programmer
- Nov 22, 2000
- 347
Hi! I'm trying to display 3 lines on a line chart. The x-axis is % of calls and the y-axis shows calls grouped by date and further grouped by time interval (< 20 sec, < 30 sec, other).
Here's what I want to display:
1st line: less than 20 seconds
2nd line: less than 30 secons
3rd line: others
I created a group for the date (showing each day), and another one for time interval (arrival_time - create_time). The order for the second group is specified (<20, <30 and >30).
My problem:
My 1st line is accurate, but my 2nd line shows data between 20 and 30 seconds instead of 0 to 30 seconds. My 3rd line is completely off the chart, showing 100%.
How can I display accurate 2nd and 3rd lines? Is this possible?
I would be grateful for any help! Thank you in advance!
Marie
Here's what I want to display:
1st line: less than 20 seconds
2nd line: less than 30 secons
3rd line: others
I created a group for the date (showing each day), and another one for time interval (arrival_time - create_time). The order for the second group is specified (<20, <30 and >30).
My problem:
My 1st line is accurate, but my 2nd line shows data between 20 and 30 seconds instead of 0 to 30 seconds. My 3rd line is completely off the chart, showing 100%.
How can I display accurate 2nd and 3rd lines? Is this possible?
I would be grateful for any help! Thank you in advance!
Marie