Top Two Results

DBL

Registered User.
Local time
Today, 22:59
Joined
Feb 20, 2002
Messages
659
How can I pull the last two values, grouping by property id, so I can compare them? I can use Max to get the last value but not sure how to get the previous one too!
 
If you bring up the properties of the query and change the top values property to 2. Don't use max, instead sort by your value (descending).

Paul
 

Users who are viewing this thread

Back
Top Bottom