Perhaps the solution to this is obvious, because I did not find any related posts when I searched.
I am selecting data from two views in two separate db's which are set up to be virtually identical in structure, but which contain different data.
I am using CR10 and the db's are oracle.
I am pulling the data into the report and the detail I am seeing is something like this:
a.source b.source a.date b.date recordnumber=1
a.source b.source a.date b.date recordnumber=2
a.source b.source a.date b.date recordnumber=3
a.source b.source a.date b.date recordnumber=4
I would like to see something more like this, as if the data was just one table:
group a
a.source a.date recordnumber=1
a.source a.date recordnumber=2
group b
b.source b.date recordnumber=1
b.source b.date recordnumber=2
Hope this is clear enough...thanks for any ideas!
I am selecting data from two views in two separate db's which are set up to be virtually identical in structure, but which contain different data.
I am using CR10 and the db's are oracle.
I am pulling the data into the report and the detail I am seeing is something like this:
a.source b.source a.date b.date recordnumber=1
a.source b.source a.date b.date recordnumber=2
a.source b.source a.date b.date recordnumber=3
a.source b.source a.date b.date recordnumber=4
I would like to see something more like this, as if the data was just one table:
group a
a.source a.date recordnumber=1
a.source a.date recordnumber=2
group b
b.source b.date recordnumber=1
b.source b.date recordnumber=2
Hope this is clear enough...thanks for any ideas!