Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
rit74
Starting Member
1 Post |
Posted - 2008-03-13 : 06:26:46
|
hiCan i supply two dataset in one matrixlike1 2 3 4 5---------------------common in both dataset23 44 33 44 55--------------------from dataset 143 33 84 46 90--------------------from dataset 2Thanks |
|
Serge
Starting Member
44 Posts |
Posted - 2008-03-13 : 07:07:23
|
Everything is possible! :) Try!To be honest I don't think there should be a problem, though you will be limited on what you can and can not do. |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-03-20 : 10:27:58
|
Its possible. Just create a dummy dataset and link matrix to it. Then use scope indicators to indicate the required dataset in each of expresiions like SUM(Fields!yourfield.Value,"dataset1"),... |
|
|
|
|
|