Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
74 views
in Technique[技术] by (71.8m points)

Converting Crystal Report from IBM server to Microsoft Server

I have a Crystal report that is currently connected to a IBM database ODBC. I have to convert the report connection to a Microsoft SQL connection. I have mapped the fields and tried to run the report and I get an error message " A string is required" and the Record Selection Formula Editor opens and highlights the two formula Fields: Begin Date to number and End Date to number

{PPHRTRX.DATE_PERFORMED} in {@Begin Date to number} to {@End Date to number}

The formula for these fields are: tonumber(ToText ({?Begin Date},"yyyyMMdd" )) tonumber(ToText ({?End Date},"yyyyMMdd" ))

The Parameter Fields type is: Date The list of Values: Static enter image description here

I am new to Crystal and not sure what I need to change to correct this issue.

question from:https://stackoverflow.com/questions/65852652/converting-crystal-report-from-ibm-server-to-microsoft-server

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...