PortalFilter ( TextToFilter ; FilterField )
Can be used to filter portal rows based on any number of terms/words put into a filter field.
Average rating: 5.0 (3 votes) Log in to vote
Gregor Beuster - Show more from this author
pme Familienservice GmbH https://www.familienservice.de |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Function can be used to easily build a dynamically filtered portal. It loops (using While() function) through the provided terms in a filter field and returns "true" for every portal rows matching ALL search terms. Highly efficient matching due to use of Position() instead of PatternCount().
Comments
spstudios, SPS May 10, 2022 |
||
Brilliant function. Works very well, thank you. | ||
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.