dbTalk Databases Forums  

Reporting Services Charts...

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss Reporting Services Charts... in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Nestor
 
Posts: n/a

Default Reporting Services Charts... - 04-06-2005 , 04:45 AM






I was wondering if Reporting Services charts supports slicing and dicing
like the way Excel do without having to generate multiple chart reports for
the different dimension levels selection?

If it supports are there any reference available?

Thanks in advance.



Reply With Quote
  #2  
Old   
Peter Kenyon
 
Posts: n/a

Default Re: Reporting Services Charts... - 04-06-2005 , 05:15 PM







"Nestor" <n3570r (AT) yahoo (DOT) com> wrote

Quote:
I was wondering if Reporting Services charts supports slicing and dicing
like the way Excel do without having to generate multiple chart reports for
the different dimension levels selection?
Only in a very limited way. You can get a similar effect by using a Matrix
control and creating groupings based on the levels in a dimension, and these
groupings can be shown/hidden by the user. But the groupings are defined as
part of the report, and can't be changed by the user at runtime.

Quote:
If it supports are there any reference available?
There is some information in Books Online.

Peter




Reply With Quote
  #3  
Old   
Deepak Puri
 
Posts: n/a

Default Re: Reporting Services Charts... - 04-06-2005 , 05:17 PM



Drop-down parameter selection can provide some OLAP chart interactivity,
by mapping parameters to dimensions:

http://msdn.microsoft.com/library/de.../en-us/dnsql2k
/html/olapasandrs.asp
Quote:
Integrating Analysis Services with Reporting Services
...
Using Parameters to Filter Data in the Report

The whole purpose for creating parameters is to filter the data that is
displayed in the report. To accomplish this we are going to rely on the
ability of Reporting Services that enables queries to be generated
dynamically at runtime. Treating the MDX query as an expression does
this. Again, to illustrate this technique we'll provide an example.

If we return to our static report example, we'd like to be able to
"slice" the report by a particular time member.
...
Quote:
- Deepak

Deepak Puri
Microsoft MVP - SQL Server

*** Sent via Developersdex http://www.developersdex.com ***


Reply With Quote
  #4  
Old   
Nestor
 
Posts: n/a

Default Re: Reporting Services Charts... - 04-06-2005 , 07:46 PM



Thanks a lot. In that case maybe I'll have to use OWC to achieve the same
effect.


"Deepak Puri" <deepak_puri (AT) progressive (DOT) com> wrote

Quote:
Drop-down parameter selection can provide some OLAP chart interactivity,
by mapping parameters to dimensions:

http://msdn.microsoft.com/library/de.../en-us/dnsql2k
/html/olapasandrs.asp

Integrating Analysis Services with Reporting Services
..
Using Parameters to Filter Data in the Report

The whole purpose for creating parameters is to filter the data that is
displayed in the report. To accomplish this we are going to rely on the
ability of Reporting Services that enables queries to be generated
dynamically at runtime. Treating the MDX query as an expression does
this. Again, to illustrate this technique we'll provide an example.

If we return to our static report example, we'd like to be able to
"slice" the report by a particular time member.
..


- Deepak

Deepak Puri
Microsoft MVP - SQL Server

*** Sent via Developersdex http://www.developersdex.com ***



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.