up vote 0 down vote favorite
share [g+] share [fb]

I am trying to create two tables in my SSRS report. I have used 2 different packages with same parameters for the dataset creation. while executing the dataset2 (manually from data tab in the designer) it works fine and gives me field results. But while executing from report (clicking the view report) the second table , which uses dataset2 , is not returning anything, while the first table does. Why is this behaviour. Please give me an idea.

Thanks in Advance Jaz

link|improve this question
feedback

2 Answers

I've done the same thing in the past, but it has always worked. Are you parameters named the same and of the same fieldtype?

link|improve this answer
feedback

Look at:
1) Try refreshing fields in the parameter (for some bizarre reason, sometimes RUNNING the query doesn't refresh the fields/parameters for me)
2) Ensure that you are getting the same parameters. SSRS loves to take 2 datasets that both have the @reportDate parameter and give one of them Parameters!ReportDate and the other Parameters!ReportDate_1
3)As noted by Eppz, are they both the same datatype?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown