March 29, 2011 at 1:35 pm
Hello All,
I have an stored procedure which takes a single date as a parameter and generates an output onto a SSRS table.
But if I have to use a date range and yet separate the output into multiple tables, how to do that?
What I meant to say is that the output will be a separate tables(dynamically) per date of the date range selected.
Please help.
Thanks & Regards
Sujith Narayanan
March 29, 2011 at 2:22 pm
From an SSRS point of view there is really no reason to separate your data into separate datasets by some kind of date criteria, just group your report by the date criteria you want.
March 30, 2011 at 8:56 am
You can use a filter on the table, but as Daniel said, you are better of creating a group.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply