Data Connectivity
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Data Connectivity
Message Icon Topic: Problem in Crystal Report Post Reply Post New Topic
Author Message
bsatheeshkumar
Newbie
Newbie


Joined: 11 Oct 2008
Location: India
Online Status: Offline
Posts: 5
Quote bsatheeshkumar Replybullet Topic: Problem in Crystal Report
    Posted: 11 Oct 2008 at 8:01am
Guys i am new to this forum and this is my first post.

 I have a peculiar problem I have created a report using sql query like this Select prod_id,Product_name,product_description from product_mst where prod_id in {?inProdId} where inProdId is a string parameter. When i preview this report in crystal report with passing the values '1123','1124','1125',1126','1127','1128',1129' it is giving me the report.

 but after deploying this report in business object server and previewing this report with the above said values it is giving me a blank report. When i checked the db there is no record for first value 1123, but value is there for 1124. In BE server if i give only 1124 value it is giving me the report in BE Server preview.

 My data source mentioned in the crystal report and business object server is same. Please help me to solve the problem.
IP IP Logged
hilfy
Admin Group
Admin Group
Avatar

Joined: 20 Nov 2006
Online Status: Offline
Posts: 3702
Quote hilfy Replybullet Posted: 13 Oct 2008 at 9:49am

In your report, try changing

where prod_id in {?inProdId}
 
to
 
where prod_id in ({?inProdId})
 
-Dell
 
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.015 seconds.