Ok, here is the story. I've got a chart that is based off of a formula in my report. Basically the chart is displaying a agents name and their Connects Per Hour which is a division of a field from my sub report and total number of connects. My problem is that when I divide the time by the connects field on my parent report, it works great. But when I tell the graph to graph that field, I keep getting a division by zero error. Which is weird because I don't get that error while simply displaying the information on my report. However, I put in an If statement to catch the division by zero error.
For example:
If {TimeFromSum} = 0 Then
0
Else {TimeFromSub} / {Connects}
Now the graph only charts 0 for all of my agents. For some reason it thinks that the {TimeFromSub} is always = 0 This however isn't true, in fact this field can never be 0
Please Help,
Darrick
darrick3@yahoo.com
For example:
If {TimeFromSum} = 0 Then
0
Else {TimeFromSub} / {Connects}
Now the graph only charts 0 for all of my agents. For some reason it thinks that the {TimeFromSub} is always = 0 This however isn't true, in fact this field can never be 0
Please Help,
Darrick
darrick3@yahoo.com