Newbies John R Posted May 2, 2005 Newbies Posted May 2, 2005 I have field with multiple selections, one of which is "active". I set the find to find "active". I want the value list to only show the "active" members in the found set. Instead it shows all. What am I missing?
Vaughan Posted May 2, 2005 Posted May 2, 2005 Create a calculation field, let's call it ActiveMembers: If( Status = "active", MemberName, "" ) This calculation field will only display the member's name if the status is active. (I'm guessing here that you have a Status field where "active"s entered, and another field with the member's names.) Create a new value list and base it on this calculation field.
Recommended Posts
This topic is 7507 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