Trying to add some multiple conditions to the dmx-show attribute. This is not multiple attributes, but multiple conditions for an attribute. For example, display an element if value A = x and value B = y and value C = Z. I can’t get it to work. This is what I have:
So honestly I do not see anything incorrect with your physical code itself. Maybe try with each condition by themselves first and ensure each one does what you want, then add 2 together and see if that works before you add the != condition, also i think you could change the != to !Status == ‘Workcomplete’
Yes, good eye! That was is it! I was missing the equal sign. I spent hours on that! It's one of those things where you just know it's supposed to work, but there is something you are over-looking. Thanks @psweb and @TomD for your help.
I think the person who first decided that “=” should mean ‘assign’ and “==” should mean ‘equal to’ should have realised it would inevitably cause hundreds or thousands of extra hours debugging every year (IMO).
Have to say I am really happy with the community and the support, I was straggling with the same issue, and as i was going to create a new ticket saw the suggestion on the left with this post!!!