How to set "Show if" Condition for Column to show when the value of that is more than 0?

I have a column of Type Number. In the detail page (or a form page), I want to see that column only when the value in it is more than 0, otherwise it should remain hidden. What expression would work for that ?

0 2 91
2 REPLIES 2

Steve
Platinum 4
Platinum 4

This:

([_THIS] > 0)

Thanks Steve.

Top Labels in this Space