Jump to content
Server Maintenance This Week. ×

Filtered Portal Best Practices


bruceR

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

Recommended Posts

The new portal filter feature is interesting and apparently a little controversial. Like FileMaker itself, and many other features within FileMaker, (think repeating fields for example) the feature may be quite valuable but should be used with an understanding of its limitations.

For instance, we could just simplify our graph greatly. Create a Session table, create an X-relation from that table to every other table in the database, and use a filter Evaluate( $$filter).

Probably not a good idea. But beyond that - what will the best uses be for filtered portals?

What about combinations of standard and filtered portals? For instance, imagine the use of standard filters where we have an ID list on the "left" side of the relation. It could be augmented by collecting those ID values from a filtered portal based on a very flexible filter method.

Link to comment
Share on other sites

Couple things you can't do with graph-based portal filtering:

1. Filter on empty values. But you CAN do this with a filtered portal. So you could for instance find all records where productID is empty.

2. In-record comparison calcs. Example, all records where wholesale price > retail price. Gotta fix those!

Item 1 could be done with a non-portal standard form or list view find operation. But I'm not aware of easy ways to do item 2.

Link to comment
Share on other sites

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