Sari Posted June 23, 2005 Posted June 23, 2005 I don't know where to put this but I'm assuming I need a calcualted field. I need to show on a report the latest quote amount for a job. There might be many quotes for one job, some which are declined and some which are accepted. I was thinking that maybe I need to use the max function to find which is the latest date and then get the related quote amount but I'm not sure how to go about it. thanks
-Queue- Posted June 23, 2005 Posted June 23, 2005 Either sort the relationship in ascending date order and use Last(rel::quote) or sort it in descending order and use rel::quote.
Sari Posted September 8, 2005 Author Posted September 8, 2005 Thanks, I've just got back to this (!) and I'll give it a try.
Recommended Posts
This topic is 7084 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now