Hello,
I'm using CR9 with SQL Server 2000. Without creating a view, can someone tell me how I can show details of two different tables that are both filtered separately? I pass parameters to the report to limit the records by account number and date.
For instance, table one is filtered by an account number and also linked by a project number to another table (a third table). Table 2 is only filtered by account number, but also has a project number which is not linked to the third table.
In the table 1 case, no details should be shown when the project number cannot be linked to the third table, while table 2 should show every record.
My grouping on the report is by account number, date, and finally project number.
Thanks in advance for your reply.
I'm using CR9 with SQL Server 2000. Without creating a view, can someone tell me how I can show details of two different tables that are both filtered separately? I pass parameters to the report to limit the records by account number and date.
For instance, table one is filtered by an account number and also linked by a project number to another table (a third table). Table 2 is only filtered by account number, but also has a project number which is not linked to the third table.
In the table 1 case, no details should be shown when the project number cannot be linked to the third table, while table 2 should show every record.
My grouping on the report is by account number, date, and finally project number.
Thanks in advance for your reply.