cancel
Showing results for 
Search instead for 
Did you mean: 

AND Operator/Function in a Macro

Former Member
0 Kudos

Hi guys,

Can anyone show me an example of how to use the AND operator/function in a macro. I have to satisfy two criterion and I'm using the AND operator.

I'm getting an error that says unexpected operator "AND"

Thanks

Marvin

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Try this:

AND will normally be inside a Condition box, obviously what you put before and after should be evaluable as a logical expression. Careful with parenthesis and spaces. You could put "> 0 ) AND (" together.

regards,

J.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Marvin,

Just make sure that you give your conditions with in brackets i.e.( )

Template IF ( cond1 ) AND ( cond2 )

then Action.

Hope it helps ,

Anurag