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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Number Parameter changing values from Main report to sub report

Status
Not open for further replies.

HPNAGA

Programmer
Mar 22, 2013
17
US
HI All,

I am using Crystal Reports XI version.
Database : DB2

I have an CASEID field in DB2 which is of type BIGINT

I have a report which shows the summary of a region related CASEIDs however I have a dynamic report which has CaseName as subreport caption.

I am passing the caseid as parameter to the dynamic sub report from main report. However the values are getting changed when moved to subreport as follows and the data is not displayed. Please advise me how to handle 18 digit numbers in Cyrstal report parameters.

CaseID in Database CaseID in Subreport
-3942492386717859840 -3942492386717860000
-9010336367573467136 -9010336367573470000


Please let me know if you need additional information to answer my question. I am wondering why the values are changing ?? Please help...

Thanks


 
concert the bigint to a character string in your database query
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top