I have a report with a VarChar(2000) field. The user needs to export this report to Excel. Appearently there is a limit of 255 Characters on the export to Excel from Crystal. My solution was to have a query with SUBSTR(F,1,254) as F1, SUBSTR(F,255,254) as F2,...etc.
I was able to create a Query definition, but the Web Based report appears to need raw SQL. And, I was able to get the report to run via CRW. But when I handed to report off to the web team, the report does not run via the web app.
Any ideas are appreciated... tia, Steve Medvid
"IT Consultant & Web Master"
e-Mail: Stephen_Medvid@GMACM.com
Chester County, PA Residents
Please Show Your Support...
I was able to create a Query definition, but the Web Based report appears to need raw SQL. And, I was able to get the report to run via CRW. But when I handed to report off to the web team, the report does not run via the web app.
Any ideas are appreciated... tia, Steve Medvid
"IT Consultant & Web Master"
e-Mail: Stephen_Medvid@GMACM.com
Chester County, PA Residents
Please Show Your Support...