cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
dwichert
Level 2

And Condition Syntax

Hi

I was wondering in a custom action when setting up a condtion what would be the correct syntax for an AND statement:

(REMOVE="" And QUESTION=1)

REMOVE="" And QUESTION=1

(REMOVE="") And (QUESTION=1)



QUESTION is a radiobutton group whose value I am reading.
Labels (1)
0 Kudos
(1) Reply
RobertDickau
Flexera Alumni

Any of those should be fine, though I tend to use the form---

(PROP1="2") and (PROP2="1")

---to make it explicit.

To detect if a property is undefined, Not PROPNAME is another way to go.

(Why the angry face?)
0 Kudos