Question
how to generate alert on the values of combination of 2 prperties of a thing i.e if value of property A =5 and value of B=10 then an alert is generated(only if both conditions are satisfied.).
suppose a thing has 2 properties a and b. Now i want to generate an alert when a=5 and b=10(if both conditions fulfill then only alert is generated)

