john9210 Posted July 1, 2016 Posted July 1, 2016 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
LaRetta Posted July 2, 2016 Posted July 2, 2016 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now