T
Thomas Tutko
I have a database that contains data for 2 experiments, a base case and a
modified case. Each case has multiple runs giving about 5 different
numerical results. I currently have a query setup that groups by the case
and averages all the runs for that case. What I am left with is a dataset
containing 2 records, one for the base case's 5 averages and one for the
modified cases 5 averages. How can I display data from both of these rows on
1 report? Currently it only allows for the data from one row on the first
report and then the data from the second row on the second report. I don't
think this is too complex but I have never worked with reports before.
- Tom
modified case. Each case has multiple runs giving about 5 different
numerical results. I currently have a query setup that groups by the case
and averages all the runs for that case. What I am left with is a dataset
containing 2 records, one for the base case's 5 averages and one for the
modified cases 5 averages. How can I display data from both of these rows on
1 report? Currently it only allows for the data from one row on the first
report and then the data from the second row on the second report. I don't
think this is too complex but I have never worked with reports before.
- Tom