문제

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

도움이 되었습니까?

해결책

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 :)]

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top