Have’t given much thought to the conditional logic you’re trying to implement, but just in case you’ve overlooked this:
– you can make your conditional logic added (+ sign gives you the hint there) with AND or OR logic. Of course “IF NOT” is equivalent to “Hide” if (some condition). Just in case this helps…
-
This reply was modified 5 years, 11 months ago by dave247.