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.

 All Forums
 Development Tools
 Reporting Services Development
 Two dataset in one matrix

Author  Topic 

rit74
Starting Member

1 Post

Posted - 2008-03-13 : 06:26:46
hi
Can i supply two dataset in one matrix

like

1 2 3 4 5---------------------common in both dataset
23 44 33 44 55--------------------from dataset 1
43 33 84 46 90--------------------from dataset 2

Thanks

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.
Go to Top of Page

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"),...
Go to Top of Page
   

- Advertisement -