cMMMMMoira
New member
- Local time
- Today, 06:54
- Joined
- Jun 21, 2018
- Messages
- 3
Hi there,
I'm trying to find the 5th, 10th, ...,95th percentiles using the ACCESS.
The dataset(tblGwMeasurement) contains five columns, which are ID, MP_ID, Depth, Temperature and ElectricalConductivity respectively. I have to find the 5th, 10th, ...,95th percentiles and their corresponding temperature values(and also Electrical conductivity) for each meter interval(e.g. 0-1m,1-2m,...,143-144m). How can I achieve it by sql or module?
I'm a green hand in ACCESS. I tried a lot, but the closest I achieved is to calculate percentile values for each record, which is not my goal. Could you help me? Thank you so much!
I'm trying to find the 5th, 10th, ...,95th percentiles using the ACCESS.
The dataset(tblGwMeasurement) contains five columns, which are ID, MP_ID, Depth, Temperature and ElectricalConductivity respectively. I have to find the 5th, 10th, ...,95th percentiles and their corresponding temperature values(and also Electrical conductivity) for each meter interval(e.g. 0-1m,1-2m,...,143-144m). How can I achieve it by sql or module?
I'm a green hand in ACCESS. I tried a lot, but the closest I achieved is to calculate percentile values for each record, which is not my goal. Could you help me? Thank you so much!
Last edited: