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

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

Recommended Posts

Posted

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

Posted

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.

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