Showing posts with label charts. Show all posts
Showing posts with label charts. Show all posts

Thursday, March 22, 2012

Dynamic Page Headers

Ok, I'm working on a report, it will give a list of pet charts, the
main page will have all the data for the pet, and each pet visits an
office for a checkup or problem. Each visit will be on its own page. I
currently have this working with a sub report. What I need is the data
from the pet to show up in the page header for each page on the
report. The report will be run for several pets at a time. So is there
any way to get data from the currently displayed list item into the
page header?sorry for the double post, groups.google.com gave me a network error
to start with.
On Sep 19, 1:29 pm, "lance.sanc...@.gmail.com"
<lance.sanc...@.gmail.com> wrote:
> Ok, I'm working on a report, it will give a list of pet charts, the
> main page will have all the data for the pet, and each pet visits an
> office for a checkup or problem. Each visit will be on its own page. I
> currently have this working with a sub report. What I need is the data
> from the pet to show up in the page header for each page on the
> report. The report will be run for several pets at a time. So is there
> any way to get data from the currently displayed list item into the
> page header?

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