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

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

Recommended Posts

  • Newbies
Posted

Hi. I know this isn't the right place for this question, but I can't find the right place. So can someone please point me to it.....or just answer the question ...

I have 3 value lists. The first one contains all the values from both of the other lists. When a value is chosen in the first list, I need to search both the other lists and match the value chosen in the first list. Based on which list (2nd or 3rd) I will set a value in another field.

What I'm looking for is something like

if (value1 (match (list1));0

else (value1 (match (list2);1

That's not the right form, but it's something like. What I don't seem to have is a "match"

function.

Can someone help..?/Thanks, Judy

Posted

I believe you're looking for the FilterValues() function, in conjunction with IsEmpty:

not IsEmpty ( FilterValues ( item ; listofValues ) )

returns true when item is one of the values in listofValues.

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