D
dewpaul
Hello,
I have a table with three fields: Date, Time, and, Concentration. I am
able to find the maximum concentration value ("Concentration" field) by
using the aggregate "max" function in the "Concentration" field grouped by
"Date". With this I get the date and the maxiumum concentration for that
date. In addition, I want to get the time from "Time" which corresponds to
the max concentration. In the end I would have three columns: Date,
MaxConcTime, and MaxConc.
Can you suggest a method for this?
Thanks!
I have a table with three fields: Date, Time, and, Concentration. I am
able to find the maximum concentration value ("Concentration" field) by
using the aggregate "max" function in the "Concentration" field grouped by
"Date". With this I get the date and the maxiumum concentration for that
date. In addition, I want to get the time from "Time" which corresponds to
the max concentration. In the end I would have three columns: Date,
MaxConcTime, and MaxConc.
Can you suggest a method for this?
Thanks!