I m testing always some more difficult.
Now I m testing the complex condition but I have one error, please help me:
AND(dopo_2130_luci_off,siamo_tutti_fuori,OR(orario_notturno_per_luci,AND(meteo_non_sereno,tramonto_anticipato)))
I m testing always some more difficult.
Now I m testing the complex condition but I have one error, please help me:
AND(dopo_2130_luci_off,siamo_tutti_fuori,OR(orario_notturno_per_luci,AND(meteo_non_sereno,tramonto_anticipato)))
sorry solved, was required to change the order of condition into OR:
Preformatted text
AND(dopo_2130_luci_off,siamo_tutti_fuori,OR(AND(meteo_non_sereno,tramonto_anticipato),orario_notturno_per_luci))