jjoy123123
Programmer
I've set up a line graph in Crystal 8.0. When the graph encounters a blank record (value is NULL not 0), the graph displays properly as long as I'm running the report within Crystal Report Designer - you don't see a data point for that record. The line discontinues at this point and then picks back up with the next record that has a valid number in it.
Here's the problem - I'm calling this same report from VB 6.0. HOWEVER, the blank record that was not being displayed running from Crystal is now showing as a 0. So now my line graph dips all the way down to 0 before going to the next valid record. It's messing up my graph because it appears as if these records have a 0 instead of being NULL.
Any ideas? I'm clueless on this one. I assumed that a Crystal Report graph would display the same regardless of whether it's being called from VB or running with Crystal but it appears that it doesn't. Thanks in advance!
Here's the problem - I'm calling this same report from VB 6.0. HOWEVER, the blank record that was not being displayed running from Crystal is now showing as a 0. So now my line graph dips all the way down to 0 before going to the next valid record. It's messing up my graph because it appears as if these records have a 0 instead of being NULL.
Any ideas? I'm clueless on this one. I assumed that a Crystal Report graph would display the same regardless of whether it's being called from VB or running with Crystal but it appears that it doesn't. Thanks in advance!