Hello,
I have a line graph that charts a value over time by minutes. However, sometimes the database does not have any values for a minute or two. When this happens CR graphs it with the same interval, for example, it puts the same space between 10:31 and 10:32 as between 10:36 and 10:39 when values are missing. Through Access queries I have all the minutes, but then those values that were missing in the original database become Null so the chart graphs them as zero values, which I don't want. When only one minute is missing I can take the average value of the record before and after it using previous and next. I don't know how to handle cases when there is more than one minute of data missing though.
Any suggestions?
Thanks in advance!
Evie [sig][/sig]
I have a line graph that charts a value over time by minutes. However, sometimes the database does not have any values for a minute or two. When this happens CR graphs it with the same interval, for example, it puts the same space between 10:31 and 10:32 as between 10:36 and 10:39 when values are missing. Through Access queries I have all the minutes, but then those values that were missing in the original database become Null so the chart graphs them as zero values, which I don't want. When only one minute is missing I can take the average value of the record before and after it using previous and next. I don't know how to handle cases when there is more than one minute of data missing though.
Any suggestions?
Thanks in advance!
Evie [sig][/sig]