Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Multiple ValueList based on condition

Hello,

Does anyone have an example of multiple value lists being used as result of conditions?

Example;

if(match([Segment],X),

ValueList(1,2,3),

if(match([Segment],Y),

ValueList (A,B,C)))

I can't seem to get this to work as it seems that the value list will only work on its own.

1 Reply
sunny_talwar

Would you be able to share what you have tried thus far?