MikeCopeland
Programmer
Using CR XI...
I suppose this involves some esoteric SQL linkage that I don't know how to do - or it's something I can do with a formula...but I need some help. Here's my problem:
I have several tables linked in a report, but one of the tables doesn't have linked records for some data I wish to see and use. For example:
T1.key T2.key T2.Data
1------->1 Cat
2------->2 Dog
3
4------->4 Bird
Here I need to see data for all 4 records, but there isn't a record in T2 for the 3rd T1 record. (Note that there is data in other linked tables for all 4 records.) In this scenario, I see the data for records 1, 2 and 4, and if I remove the T2 database linkage, I then see the (other) data for record #3.
My question: is there some way I can set up an "optional link" for T2 - and perhaps do something in a formula that produces a default value - so that I can see all the records and whatever data is available? TIA
I suppose this involves some esoteric SQL linkage that I don't know how to do - or it's something I can do with a formula...but I need some help. Here's my problem:
I have several tables linked in a report, but one of the tables doesn't have linked records for some data I wish to see and use. For example:
T1.key T2.key T2.Data
1------->1 Cat
2------->2 Dog
3
4------->4 Bird
Here I need to see data for all 4 records, but there isn't a record in T2 for the 3rd T1 record. (Note that there is data in other linked tables for all 4 records.) In this scenario, I see the data for records 1, 2 and 4, and if I remove the T2 database linkage, I then see the (other) data for record #3.
My question: is there some way I can set up an "optional link" for T2 - and perhaps do something in a formula that produces a default value - so that I can see all the records and whatever data is available? TIA