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
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 Use the result of One DataSet in another DataSet

Author  Topic 

pascariadrian
Starting Member

1 Post

Posted - 2010-03-18 : 10:44:53
I need a way to use the result of one DataSet in SSRS in another DataSet.

My problem is : I have results of one DataSet in SSRS, I need a way to change this result before show in table. I need to add some rows between the rows on this DataSet.

Example:
2009 1 17 61 2 0
2009 2 0 18 2 0
2009 3 5 26 5 0
2009 6 8 0 0 0
2009 7 14 44 0 0
2009 8 0 1 0 0
2009 9 1 7 0 0
2009 11 1 1 0 0


here I need to add The lines for months 4,5,12 .

ssd

rohitkumar
Constraint Violating Yak Guru

472 Posts

Posted - 2010-03-23 : 14:59:52
can you change the query in first dataset to include the missing months?
Go to Top of Page
   

- Advertisement -