Where <Property> <Condition> <Value>
Property - Choose one of the properties for the selected collection. The properties listed here are based on those selected for the current WMI class.
Condition - equal, not equal, etc.
Value - the value you wish to compare against. Note that if you are comparing a string, you must include double, double-quotes around the value (Status <> ""OK""). For KiXtart, use single quotes. This is necessary as the entire statement is already generated in double-quotes.
Reset - this button clears any specified conditions.
Note: if you do not enter a complete statement (if any of the three items is blank) conditional statements will not be represented in the generated code. If multiple conditions are specified, such conditions will only be included up until a missing or incomplete condition has been specified.