First/Last Expressions Help

scgoodman

scgoodman
Local time
Yesterday, 23:12
Joined
Jun 6, 2008
Messages
87
I have a query that pulls a status. Within that status there is a sequence number associated. I want to pull the last status within that dataset, however when I setup my LAST expression it pulls the first date.
Here is some sample data below: I want to pull the last status entered. Can anyone help?:)
I have attached a file for review
 

Attachments

Last edited:
Is that one line of data? Or were you trying to present something else. What is the data you are looking to extract. How is it laid out in a table? Is this in a text file. Looking at it is very confusing.
 
Sorry, I attached a file that is readable.
 
First and Last are next to useless unless you don't care which record is selected. They just take the first record they come across.

Use Max or Min on a field that can be ordered.
 

Users who are viewing this thread

Back
Top Bottom