Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

Hiding A Filtered Portal


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

Recommended Posts

Posted

Hey Guys,

 

I've got 3 filtered portals on one of my layouts with each portal showing related records based on :-

 

 Events::Status = "Drive"

 Events::Status = "Build"

 Events::Status = "Event"

 

Now what I'd like to do is hide the portal if there are no related records that match each one of the conditions.

 

I plan on using the "Hide Object When" function of the new filemaker, however can't quite work out the calculation required.

 

Is anyone able to point me in the right direction for the calculation required to count if there are any related records that have each one of the conditions as mentioned above !

 

James

Posted
the calculation required to count if there are any related records that have each one of the conditions as mentioned above !

 

 

Try =

IsEmpty ( FilterValues ( "Drive" ; List ( Events::Status ) )  )

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