cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to use conditional If/Then statements w/Multi-Valued fields?

Former Member
0 Kudos

As the title indicates, is it possible to use conditional If/Then statements with Multi-Valued fields? Basically what I have is a lookup table that has a multi-valued field in it. I want to run a validation on the main table that checks to see if a certain field in the main table is included in the array of values in the multi-valued field in the lookup table. Is this possible? Just doing a standard "If field=multiValuedField" does not seem to work.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Please try with HAS ANY VALUES. It worked for us.

Former Member
0 Kudos

I managed to find a way to do this using HAS ANY VALUES.