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

Limiting data on portals


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

Recommended Posts

  • Newbies
Posted

I have an 'Employee Leave Record' file which fields appear in a 'Employee Records" portal. I want to be able to limit the records appearing in the portal to a certain year. Right now all related fields to the parent record appear in the portal and I want to have the option of only seeing records for a specific year.

Posted

I'm assuming that the relationship is based on an Employee_ID field of some sort.

Create a field in your Employees database that is a text calculation:

Employee_ID & "-" & Year( Status( CurrentDate ) )

Create a field in your Employee Leave database that is a text calculation:

Employee_ID & "-" & Year( Date_To_Base_Portal_On )

Then relate these two fields and view that new relationship in the portal.

Chuck

  • Newbies
Posted

Could I make the YEAR(status(currentdate)) portion of the concatenation a gobal field with pop up menu for different year selections?

[This message has been edited by hve (edited January 21, 2001).]

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