I have a multitude of calculated fields. I would like to hide each if their respective value is 0 or null/empty. Instead of creating twelve rules for all 12 of them, I'd like to create one rule for all of them instead. Something like:
"or( [THIS] == 0,IsNullorEmpty([THIS]))" then Hide.
However, I can't find any way to reference the field's value using a keyword such as "This" or the old {Self} from previous Nintex versions. Any ideas how I can do this?
EDIT: I have tried using {self} in the one-rule-to-rule-them-all, but it doesn't work. They all remain hidden regardless.

