Find the First time operation happened

G

Guest

I have a query that is pulling from a LOG of operations on a trouble ticket.
I have made a table of each time an operation has happened. I want to pull a
query of all the tickets but only the first time the ASSIGN operation
happened (so I have no dupicate records) The Min only pulls the least time
that all of the operations happened therefore giving me one record. If I try
to put the ticket number in the query with the MIN formula I get an error
that TICKET# is not part of the aggregate funtion. How do I pull JUST the
minimum value for each ticket in the most efficient way?
 

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

Top