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 |
DerbyNeal
Starting Member
3 Posts |
Posted - 2013-08-30 : 04:41:14
|
Hi folks,I am using SSRS 2008. I currently have a report that has an AutoRefresh property set to 120 (2 minutes). The user can select a single ‘String’ value from a drop-down menu and the report happily refreshes a data table every 2 minutes as expected. GREAT! However… The user now requires that the same drop-down selection criteria has a multi-selection availability. So, if 5 items are selected, and the AutoRefresh is reset to 600, the report should cycle through each selection, altering every 120 period. Any ideas please?PLEASE NOTE: We do NOT want 5 versions of the table to display at the same time over the 600 period. Thanks in advance,Neal |
|
|
|
|