Hi, I don't know what are you trying with that condition. The conditional box hides to expression if the result of that condition is 0, and shows it for any other value (commonly, for better understading 1)
So the expression should be something like: If(ConditionsToHide, 0, 1)