I have a Crystal 8.5 report which is using a SQL stored procedure as its data source. A few records are showing some blank fields in the report.
If I run the procedure in SQL query analyzer, all the rows are returned, and there is data in all the fields I am interested in. The same rows are returned in Crystal, but with no data in a few fields of a handful of records. They are not memo fields, and most records are displaying the data properly.
Can anyone think of any reason for a discrepancy between the data returned in SQL vs in Crystal?
If I run the procedure in SQL query analyzer, all the rows are returned, and there is data in all the fields I am interested in. The same rows are returned in Crystal, but with no data in a few fields of a handful of records. They are not memo fields, and most records are displaying the data properly.
Can anyone think of any reason for a discrepancy between the data returned in SQL vs in Crystal?