Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 6936 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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

Posted

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)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.