I have a report that was developed and runs fine in Crystal 10.
When the report is opened in XI developer, or tried to run from InfoView it appears as if the linking syntax is not rendered properly...
For example, SQL rendered in Crystal 10 looks like this:
select field_1, field_2
from table_1, table_2, table_3
where table_1.field = table_2.field
and table_1.field = table_3.field
and table_3.field_2 is null
and table_3.field_3 = "some value"
This same report in Crystal XI will render this SQL:
select field_1, field_2
from table_1, table_2, table_3
where and table_3.field_2 is null
and table_3.field_3 = "some value"
Note that the table linking is gone, and the statement is mal-formed starting with an and in the where clause.
I can't for the life of me figure out how to correct this without having to re-write the entire report. The actual report is rather complex with multiple sub-reports and constraints on sections and grouping.
Any advice on how to get Crystal XI to correctly write the SQL syntax so that we are able to render valid instance of this report?
TIA
ASP, VB, VBS, Cold Fusion, SQL, DTS, T-SQL, PL-SQL, IBM-MQ, Crystal Reports, Crystal Enterprise
When the report is opened in XI developer, or tried to run from InfoView it appears as if the linking syntax is not rendered properly...
For example, SQL rendered in Crystal 10 looks like this:
select field_1, field_2
from table_1, table_2, table_3
where table_1.field = table_2.field
and table_1.field = table_3.field
and table_3.field_2 is null
and table_3.field_3 = "some value"
This same report in Crystal XI will render this SQL:
select field_1, field_2
from table_1, table_2, table_3
where and table_3.field_2 is null
and table_3.field_3 = "some value"
Note that the table linking is gone, and the statement is mal-formed starting with an and in the where clause.
I can't for the life of me figure out how to correct this without having to re-write the entire report. The actual report is rather complex with multiple sub-reports and constraints on sections and grouping.
Any advice on how to get Crystal XI to correctly write the SQL syntax so that we are able to render valid instance of this report?
TIA
ASP, VB, VBS, Cold Fusion, SQL, DTS, T-SQL, PL-SQL, IBM-MQ, Crystal Reports, Crystal Enterprise