MonteBob
MIS
- Aug 1, 2003
- 4
Hello,
I am trying to do something I thought would be quite simple. I am using RS 2005. I have 2 datasets in a report, 1 is a SQL Server query and the other is a spreadsheet. Both datasets contain the same 3 fields with the same data types.
Now, where I am struggling is trying to create a single table which shows all the data from both datasets. E.g.:
Dataset 1:
Name, Index, Value
Jim, 1, 30
Bob, 3, 50
Dataset 2:
Name, Index, Value
Fred, 2, 40
Mike, 4, 60
And I want:
Name, Index, Value
Jim, 1, 30
Fred, 2, 40
Bob, 3, 50
Mike, 4, 60
Total 180
The reason for combining them in a single table is to allow them to be sorted by a common field (Index) and subtotaled (Value)
These 2 sets of data come from completely separate systems and cannot be combined before getting to the report. Is there any way of achieving this please?
Thanks,
Bob.
I am trying to do something I thought would be quite simple. I am using RS 2005. I have 2 datasets in a report, 1 is a SQL Server query and the other is a spreadsheet. Both datasets contain the same 3 fields with the same data types.
Now, where I am struggling is trying to create a single table which shows all the data from both datasets. E.g.:
Dataset 1:
Name, Index, Value
Jim, 1, 30
Bob, 3, 50
Dataset 2:
Name, Index, Value
Fred, 2, 40
Mike, 4, 60
And I want:
Name, Index, Value
Jim, 1, 30
Fred, 2, 40
Bob, 3, 50
Mike, 4, 60
Total 180
The reason for combining them in a single table is to allow them to be sorted by a common field (Index) and subtotaled (Value)
These 2 sets of data come from completely separate systems and cannot be combined before getting to the report. Is there any way of achieving this please?
Thanks,
Bob.