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

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

Recommended Posts

  • Newbies
Posted

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?

Posted

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.

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