Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
75 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 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...