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

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

Recommended Posts

Posted

I'm trying to figure out how to attach a filtered value list to a field in a portal. A copy of the solution is attached. I want to filter the value list attached to the fkMemberID field to display records with Member::Status = inactive.

Meetings.fmp12

Posted

Hi John,

The easiest way is to create a calculation field in Members, maybe called InactiveMemberID, as data type number to match your pkMemberID, with:

If ( Status = "Inactive" ; pkMemberID )

Then create a value list called Inactive Members. Base the value list upon InactiveMemberID in the left pane and Members FullName in the right right pane.  Include all records.

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