G
gtrager
I am trying to create a series of charts on a report that
has data broken down by categories. The data comes from a
query from a larger database.
The basic format of the report looks like:
Analyte
Formulation
days potency
where the data come from a query that returns records in
the form of:
Analyte, Formulation, days, potency
The report then groups by Analyte and Formulation
What I want to do is insert a scatterplot for each unique
group of Analyte X Formulation that plots data for days X
potency in a small chart.
The online help is useless to tell me how to do what
should be a relatively simple thing.
Has anyone done this before?
has data broken down by categories. The data comes from a
query from a larger database.
The basic format of the report looks like:
Analyte
Formulation
days potency
where the data come from a query that returns records in
the form of:
Analyte, Formulation, days, potency
The report then groups by Analyte and Formulation
What I want to do is insert a scatterplot for each unique
group of Analyte X Formulation that plots data for days X
potency in a small chart.
The online help is useless to tell me how to do what
should be a relatively simple thing.
Has anyone done this before?