M
MLT
I've got a table with the following columns: TagID, Date,
Measurement. So for each TagID, there are multiple Times and
associated Measurements listed. What I'm trying to do is find the
minimum Measurement for each TagID, but also find the Date associated
with that minimum Measurement. I can find the minumum measurement
pretty easily by doing a query and using Group By for TagID and Min
for Measurement. The trouble comes in when I want to also know the
Date associated with that minimum Measurement. Does anyone know how
to setup a query that would result in a table with each TagID listed
with its own Date and min Measurement??? thanks for any help!!
Measurement. So for each TagID, there are multiple Times and
associated Measurements listed. What I'm trying to do is find the
minimum Measurement for each TagID, but also find the Date associated
with that minimum Measurement. I can find the minumum measurement
pretty easily by doing a query and using Group By for TagID and Min
for Measurement. The trouble comes in when I want to also know the
Date associated with that minimum Measurement. Does anyone know how
to setup a query that would result in a table with each TagID listed
with its own Date and min Measurement??? thanks for any help!!