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
>
>

No comments:

Post a Comment