CR XI R2
Oracle 9
Hi everyone,
I am trying to make a simple SQL expression against a database. When I click ok, Crystal does a check against the server and Crystal hangs for hours until I receive an error about a temp table being out of space. I unchecked "Compile SQL Expressions" thinking that would help but the same thing occurs. Is there anyway to force crystal to not compile the SQL Expression so that I can save it?
On a side note, I want to just use CHAR("MDC350_RH_EVT_FACT"."PAID_AMT") but Crystal sees the CHAR I think as a reserved word (since it highlights blue) and gives a "Missing Expression" error when it tries to compile.
Oracle 9
Hi everyone,
I am trying to make a simple SQL expression against a database. When I click ok, Crystal does a check against the server and Crystal hangs for hours until I receive an error about a temp table being out of space. I unchecked "Compile SQL Expressions" thinking that would help but the same thing occurs. Is there anyway to force crystal to not compile the SQL Expression so that I can save it?
Code:
"MDC304_MED_CTRL_DIMSN"."CLM_ID" || CAST("MDC350_RH_EVT_FACT"."PAID_AMT" AS CHAR(10))