Dynamic amount of graphs
Hi there.
I have a couple of reports which show Space Usage of Storage Aggregates. I have a parameter where you can select the aggregate and it then displays the graph of the specified aggregate. It calls a stored procedure with the aggregate ID and this works well.
Now I have the request to show all aggregate graphs on one page. Depending on the storage unit there are different amount of aggregates. How would I solve this? How would I create a dynamic number of graphs (same graph types)?
Any hints?
Regards,
Marc
July 3rd, 2011 3:15am
Hi,
Why dont you use a List ? And pass all the Aggregarets as a parameter to that list.
Check out this Link :
http://technet.microsoft.com/en-us/library/ms157334(SQL.110).aspx
Rakesh M J
Dont forget to mark it as Answered if found useful
MCTS,MCITP,MCSS
http://mycubeandreports.blogspot.com/
Free Windows Admin Tool Kit Click here and download it now
July 3rd, 2011 3:59am
Rakesh,
Thanks. This is exactly was I was looking for ... implemented and works.
Regards,
Marc
July 3rd, 2011 4:23am


