Showing posts with label datasets. Show all posts
Showing posts with label datasets. Show all posts

Monday, March 19, 2012

Dynamic Graphs

I have a report that currently has five pie charts on the same page that act
on five different datasets that use essentially the same query but filters
on a different value in the same field. What I would like to do is build
these dynamically so if I add a value then I would get the sixth
automagically. Is this possible?.
--
Andrew C. Madsen
Network Specialist
Harley-Davidson Motor CompanyRun one dataset for all values, put the Graph inside of a List Control, bind
the List to the Dataset and Group the List on the field with the different
values. The same thing works for Matrix, etc. Hope that helps.
--
Michael
"Andrew Madsen" wrote:
> I have a report that currently has five pie charts on the same page that act
> on five different datasets that use essentially the same query but filters
> on a different value in the same field. What I would like to do is build
> these dynamically so if I add a value then I would get the sixth
> automagically. Is this possible?.
> --
> Andrew C. Madsen
> Network Specialist
> Harley-Davidson Motor Company
>
>

Sunday, February 26, 2012

Dynamic Data sets in reports

Hi,

I'm using a matrix report where in i want to use two datasets in the same report. How can i make the dataset dynamic for a single report.

Regards

Can the two datasets be accessed from the same datasource/connection?

Can they be made to "express themselves" using exactly the same column names ?

>L<