I have a table for analytical results. the table structure consists of a location, date sampled, analyte, concentration, and reporting limit value. There are 0 to many recordsets for each location and date sampled for the various analytes.
Example:
B-1 6/23/97 Benzene 1300 ppm
B-1 6/23/97 Toluene 340 ppm
B-1 6/23/97 Xylenes 200 ppm
I need to generate an output that will follow this format. The rows will be location and date sampled. The columns will be analyte and units. The data(intersections)will be concentration.
From the above example the output should look like this...
Benzene Toluene Xylenes
B-1 6/23/97 1300 ppm 340 ppm 200 ppm
B-2 7/3/98 ND ND ND
I am trying to use the pivot table wizard but I can not control the data section to just list the concentration values instead of sum.
does anyone have any suggestions of what I should do to create an output like in my example above?
Thanks in advance
Mychal
Example:
B-1 6/23/97 Benzene 1300 ppm
B-1 6/23/97 Toluene 340 ppm
B-1 6/23/97 Xylenes 200 ppm
I need to generate an output that will follow this format. The rows will be location and date sampled. The columns will be analyte and units. The data(intersections)will be concentration.
From the above example the output should look like this...
Benzene Toluene Xylenes
B-1 6/23/97 1300 ppm 340 ppm 200 ppm
B-2 7/3/98 ND ND ND
I am trying to use the pivot table wizard but I can not control the data section to just list the concentration values instead of sum.
does anyone have any suggestions of what I should do to create an output like in my example above?
Thanks in advance
Mychal