The Big Bear Posted January 29, 2006 Posted January 29, 2006 Hi all I have two questions. I am trying to find the last date a welder has welded in one process using the "max" function. I am not understanding something about the "max" funxtion because i cannot get it to work properly. I can det the "min" function to work. The second question is it possible to find the last date a welder has welded in more than one process using the "max" function. Example: last day welder welded using the GTAW process Last day welder welded using the FCAW process Can this be shown at the same time on the same screen. I hav attached a file showing that i want to do maxdate.zip
bruceR Posted January 29, 2006 Posted January 29, 2006 You might want to look at your own file and observe the difference between how you are using max and min. In any case, you have to think about max (or min) compared to what? You have to tell FileMaker which records you want compared. In the case of the min function you are doing exactly that - you are using a relationship and saying what is the min of all these related records? Min(gtaw_manual::date) In the case of the max function you are NOT using a relationship and you are just passing a single date. Max(Date) Obviously you need to do the same thing you did with min: Max(gtaw_manual::date)
The Big Bear Posted January 30, 2006 Author Posted January 30, 2006 Thanks Could not see the trees for the forrest
Recommended Posts
This topic is 6936 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