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.
Author |
Topic |
Adam West
Constraint Violating Yak Guru
261 Posts |
Posted - 2009-09-25 : 09:05:05
|
I have reports that have parameters of start and end date used to filter the report. We have some users who put in 6 months in there and would like the choice of either one large report, or 6 reports per 1 month each.Can this be coded in the Report to do this? Not in the interface but on the report level. |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-09-25 : 15:21:44
|
you can. just put a bit field on report parameters and then group based on this in report |
 |
|
Adam West
Constraint Violating Yak Guru
261 Posts |
Posted - 2009-09-25 : 15:38:54
|
then you can break/print on that group? Mind you, the param would be in the interface for individual months/cumulative. I was told that it won't work because of how the interface was setup. It is calling or running the report from Report Manager, this interface. |
 |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-09-25 : 15:41:17
|
interface? what interface are you talking about? |
 |
|
|
|
|