Hide When formula with button

Hi I am facing very silly problem,

I need to hide a button when my following conditions matches

uninstallstatus=“1”

status!=“5”

Category!=“New Upgrade”

r_to<@today

For this i had tried if statement also and with operators also

my if statement is

@If(uninstallstatus=“1”; 1;

@If(r_category_1 != “New/Upgrade”; 0; @If(staus != “5” & r_to< @Today; 1; 0)))

if I am doing it by operators

uninstallstatus=“1” |

(

uninstallstatus=“1” &

r_category != "New/Upgrade Software " &

status!=“5”

& r_to<@today

)

This is really irritating me a lot.

Regards

Dali

Subject: Hide When formula with button

In the Hide tab of the button, just put(uninstallstatus=“1” &

status!=“5” &

Category!=“New Upgrade” &

r_to<@today)