AndersonCJA
Programmer
I Have a Crystal Report that provides a correct listing. I Created a second report displaying the same type of information, but from another Data Source.
The only problem is that the Key field is sorting in order in one report, then in order within the second report, and the person who uses the report, wants a perfectly ordered list.
I attempted to use a command with a union, but I receive an error, Invalid Object. The command can use one Data Source or the other, but not both.
Is there a method in which both data sources can be accessed within one command?
Example:
select keyfieldA
from datasource01.table01 a
union
select keyfield
from datasource02.table003 b
Thank you,
The only problem is that the Key field is sorting in order in one report, then in order within the second report, and the person who uses the report, wants a perfectly ordered list.
I attempted to use a command with a union, but I receive an error, Invalid Object. The command can use one Data Source or the other, but not both.
Is there a method in which both data sources can be accessed within one command?
Example:
select keyfieldA
from datasource01.table01 a
union
select keyfield
from datasource02.table003 b
Thank you,