Question

Created a stored procedure which i pushed to my crystal report. The thing is some fields are showing blank even though data is returned in the query. I have retested the query, Verify the database over and over but nothing

Was it helpful?

Solution

Thanks for all the help but I figured out the problem. I had a join on 2 tables that have the same field names which I did not rename in the query. The 2 fields that weren't showing were the ones that are similar. I renamed those fields in the select statement and my data is now showing [silly me :)]

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top