cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with the "&" symbol

Former Member
0 Kudos

Hello, there!

I'm getting the most stupid problem.

I'm trying to make a condition of the kind: (ConditionA AND ConditionB) OR (ConditionC AND ConditionD).

So I use a Conditional action configured with 2 inputs and the OR option.

Inside the Link Editor, I set:

Input1 = ConditionA & ConditionB

Input2 = ConditionC & ConditionD

But it doesn't work. It always gives me a true, no matter what the inputs are.

I'm pretty sure MII is interpreting the "&" symbol as a concatenation symbol, instead of a logical AND.

So how do I solve this?

Any suggestions?

Thank you in advance!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos
if( boolean, value1, value2 ) == if( boolean, value1, *value3* )
Former Member
0 Kudos

Thanks a lot, Christian!

Answers (0)