Hi, I hope someone can help me figure out how to approach this problem. I have a main report that has one grouping by classname. Currently the report passes one parameter date to 5 subreports. I now need to modify this report by giving the user the option to run this for one day of the week or for an entire week. This is the current layout:
GH1 - Class name
D - suppressed
GF1a - Subreport 1
GF1b - Subreport 2
GF1c - Subreport 3
GF1d - Subreport 4
GF1e - Subreport 5
I have created a stringvar formula DayOrWeek if they selected to run this for a week and it does produce the following result:
9/9/2013, 9/10/2013, 9/11/2013, 9/12/2013, 9/13/2013
So my question is how do I get this report and the 5 subreports to run for 9/9/2013 and then run the entire report and the 5 subreports again for 9/10/2013, etc.
Thanks for your help.
GH1 - Class name
D - suppressed
GF1a - Subreport 1
GF1b - Subreport 2
GF1c - Subreport 3
GF1d - Subreport 4
GF1e - Subreport 5
I have created a stringvar formula DayOrWeek if they selected to run this for a week and it does produce the following result:
9/9/2013, 9/10/2013, 9/11/2013, 9/12/2013, 9/13/2013
So my question is how do I get this report and the 5 subreports to run for 9/9/2013 and then run the entire report and the 5 subreports again for 9/10/2013, etc.
Thanks for your help.