max values

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi there.... i need help with the following.

I need find the max value of the top 60% of entries filtered in acsending
order.
 
I need find the max value of the top 60% of entries
The max value will the same no matter what percent is selected.
Filtering has nothing to do with order.

Or do you mean that you want to sort ascending, extract 60%, then take the
last record which will be the maximum of that record set?
 
yes, thats what i mean.... i have a table with a field named ActualAht, this
is input by date and agentID. i have to sort the data in ascending order,
then filter 60% of those records and find the Max value as this would set a
target for the following month.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

queries 5
Greatest date per Unit 3
Finding max value 3
Union Query 0
max no group 15
Compare Min and Max value of a field 3
Max again 4
Query Help: Max Value in A Row 1

Back
Top