igorias17

New Member
Hi all,

A bit of a random one but I need a bit of help with a Choice Stage should hopefully be a simple one. I need essentially to have 3 choices:

Choice 1 = Value 1
Choice 2 = Value 2
Choice = Any other Value that is not 1 or 2

I've tried using the OR and Not Equal expressions but they are not working. Possibly due to me not writing the logic correctly,

Anyone know how to solve this one?
 

Amarender

Member
Hi all,

A bit of a random one but I need a bit of help with a Choice Stage should hopefully be a simple one. I need essentially to have 3 choices:

Choice 1 = Value 1
Choice 2 = Value 2
Choice = Any other Value that is not 1 or 2

I've tried using the OR and Not Equal expressions but they are not working. Possibly due to me not writing the logic correctly,

Anyone know how to solve this one?


Hi igorias

Can you please share a screenshot what you have tried.
As far as of my knowledge please use choice criteria with required functions for "Value 1 , Value 2 and Any."

For example
if [Data]="Value X" then Choice 1=Value 1.
If [Data]="Value Y" then Choice 2=Value 2.
If [Data]="Value <> X and Value <> Y" then Otherwise in Choice Stage.

Hope you Understand and be Helpful

Thanks and Regards
Amar
 
Top