Message 1 of 12
Multiple visibility parameters not(.... and....)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi Guys,
A question again;
I have a family in which I want to show/hide a nested family in 3 different positions. For example;
Position 1
Position 2
Position 3
If Position 1 is visible (checked) then Position 2 and Position 3 should be not
If Position 2 is visible (checked) then Position 1 and Position 3 should be not
If Position 3 is visible (checked) then Position 1 and Position 2 should be not
Which formula do I have to use. I get it with 2 positions, for example;
If position 1 is visible, and position 2 should be not = not(position 2)
If position 2 is visible, and position 1 should be not = not(Position 1)
But how do I get it work with 3 positions?
Thanks for your help!