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

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

Recommended Posts

Posted

I have a repeating field with n values in it.

I am gathering all data from the repetitions into a variable using the List() Function. I then want to check for two conditions, does the list contain the values 143 and also 33.

However in using a pattern count the # 133 would trigger as true in the evaluation. I need it to return false.

Whats the best way to proceed, Id like to not use an additional relationship if possible.

Thoughts?

Posted

FilterValues ( MyList ; MyValue ) will result in MyValue if MyValue belongs to MyList, considering the CR separators.

So not IsEmpty ( FilterValues ( MyList ; MyValue ) ) is what you're looking for

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