Crystal 11
SQL Server 5
Oracle 10g
I need to share the result of a string field in a subreport on the main report.
Goal: create a cross-tab on main report and include results of subreport in cross-tab counts and totals.
Reason: subreport SQL Server results are not captured in Oracle database as this time.
Main report query is reporting against Oracle database tables.
Subreport query is reporting against SQL Server database tables.
Docket ## exist in both dbs and relate, hence I create the link based on the docket #. Retrieving associated results in subreport.
Now, I need to transfer the subreport results, where they exist (only for certain results in the main report, which is correct).
I need to take the results, which are "organizations" (9 types), place the results in the main report so that I can include in the cross-tab.
Then, within the cross-tab, I will need to include the results transferred to the main report and create sub-totals/totals.
Is this possible, and is this the best approach?
Thank you.
hmax
SQL Server 5
Oracle 10g
I need to share the result of a string field in a subreport on the main report.
Goal: create a cross-tab on main report and include results of subreport in cross-tab counts and totals.
Reason: subreport SQL Server results are not captured in Oracle database as this time.
Main report query is reporting against Oracle database tables.
Subreport query is reporting against SQL Server database tables.
Docket ## exist in both dbs and relate, hence I create the link based on the docket #. Retrieving associated results in subreport.
Now, I need to transfer the subreport results, where they exist (only for certain results in the main report, which is correct).
I need to take the results, which are "organizations" (9 types), place the results in the main report so that I can include in the cross-tab.
Then, within the cross-tab, I will need to include the results transferred to the main report and create sub-totals/totals.
Is this possible, and is this the best approach?
Thank you.
hmax