Hi all,
CRW 8.0.441
VB 6 (sp4)
SQL2000
How do you get a subreport to display all data in its database?
My main report contains database x.
My sub-report contains database y.
I am trying to run a report based on Customer.
Database x contains some Customer records that have no corresponding Customer in y and vice versa.
The idea is too see something like:
Customer x y
ABC 100
DEF 100 100
GHI 100
Where ABC is a Customer that exists in database x but does not exist in database y.
DEF is a Customer that exists in both databases.
GHI is a Customer that exists in database y but does not exist in database x.
I want to see all customer records for both database x and y.
At the moment I am only seeing subreport data where x.Customer = y.Customer. The main report still shows me all records in x.Customer.
I have tried linking and unlinking but it doesn't seem to make much difference (except that unlinking gives me 0 records).
Any suggestions most welcome.
CRW 8.0.441
VB 6 (sp4)
SQL2000
How do you get a subreport to display all data in its database?
My main report contains database x.
My sub-report contains database y.
I am trying to run a report based on Customer.
Database x contains some Customer records that have no corresponding Customer in y and vice versa.
The idea is too see something like:
Customer x y
ABC 100
DEF 100 100
GHI 100
Where ABC is a Customer that exists in database x but does not exist in database y.
DEF is a Customer that exists in both databases.
GHI is a Customer that exists in database y but does not exist in database x.
I want to see all customer records for both database x and y.
At the moment I am only seeing subreport data where x.Customer = y.Customer. The main report still shows me all records in x.Customer.
I have tried linking and unlinking but it doesn't seem to make much difference (except that unlinking gives me 0 records).
Any suggestions most welcome.