Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How do I filter portal records?

Featured Replies

I need to have a portal showing all all people I need to call back. I only want my callback records to show in the portal.

In Access you just base the subform on a query. How do I do this in FileMaker?

TIA

Portals are shows related data. You can define relation ship in order to filter data. For example if you want to add date filter for your portal;

First define a date_field.

Then define a calculation field named DateMax which is equals to fallowing calculation:

"if( not isempty(date_field);date_field;"1.1.2999")

Define another calculation field named DateMin wich is equals to fallowing calculation:

"if( not isempty(date_field);date_field;"1.1.999")

Add fallowing inequalities in your relationship:

date_field in related table >= DateMin

date_field in related table <= DateMax

It is okay. If user enters the date into date_field, portal only shows sellected date. But if the field date_field is empty portal shows related records for all dates.

  • Author

Thanks

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.