Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Crystal 9. Missing report data.

Status
Not open for further replies.

SundancerKid

Programmer
Oct 13, 2002
116
US
When I run a report against a database some of the information is skipped if one of the fields is Null. How can I fix this problem??

When I take the same data and run it though a newley created report everything prints out correctly.

Please help.

Thanks,

Rick P.
 
I found it. There was a problem with my select statement. I was using a * to select all. But it was not pulling in the Blank/Null records. I Changed the select statment to use an if then statment for selection. Works Great now.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top