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

FM 11 Filtered Portal Question


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

Recommended Posts

Posted

In FM 11, can a portal be set up to filter for:

Table::TextField contains the word abc somewhere in the field

... or is it limited to exact matches? (Table::TextField = "abc")

Thanks in advance for any help.

Posted

It's a calculation; can be pretty much anything you want. Some calcs may present performance problems. But yes, patternCount( someTO::someField; "ABC") would work.

Posted

A related question... Maybe I'm missing something obvious, but it's driving me crazy. Is it possible to do dynamic portal filtering? That is, the filter is based on the contents of a global field, and as the field changes, the filter changes. Following the example above, I've tried:

patternCount(relatedTable::someField, relatedTable::xFilter) > 0




as well as 




patternCount(relatedTable::someField, parentTable::xFilter) > 0

and no luck at all. Like similar issues I've had with stored/unstored calculations, it works ONCE -- when you first create the Portal Filter. But then when you change the xFilter field, the portal filtering is unaffected.

Is it possible the calculation generated by Portal Filtering is a stored calculation? If so, this makes the new feature completely useless to anyone who has experience creating their own filters via additional relationships. I mean, in those cases at least I can make the filter dynamic.

It really seems like I'm missing something here. If so, can anyone tell me what it is?

  • 2 weeks later...

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