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 4416 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

This should be simple, but I don't know enough of the functions to find a quick solution.  I need to display a custom dialog box only when there are related records present, AND any of those records is stll listed as open (text field selected either open or closed by user).

 

So - if no related records, do nothing.

 

If related records exist, and any of those records are open, display dialog box.

 

I can do the first two conditions, but not sure how to test if any related records are open.

 

 

Suggestions?

 

 

 

 

Posted

 (text field selected either open or closed by user)

 

Do you mean the text field contains the text "Open" or "Closed"? If so, you can test for:

 

not IsEmpty ( FilterValues ( "Open" ; List ( Related::Textfield ) ) )

 

If this return True, there is at least one related record whose Textfield value is "Open".

 

 

This could be easier if you used a Number field - with 1 for True (say Open) and 0 (or empty) for False.

This topic is 4416 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.