Smart Label Issue in K1000
When creating the following device smart label, devices from both label names to be excluded are showing up in the group. What am I not thinking of here? TIA
0 Comments
[ + ] Show comments
Answers (1)
Answer Summary:
Please log in to answer
Posted by:
htomlinson
9 years ago
Its because of a logical error.
If computer "A" is in DL - DEPT - IT - Workstations but not DL - Patch - Manual Patch Group it will end up in the group because it is != DL - Patch - Manual Patch Group.
Move them up to regular lines and change your OR to an AND and see if that works for you.
edit: You should be able to leave them grouped.
w&x&(y|z)
w=1; x=1; y=0; z=1;
If you break it up so that either Y or Z is true then as long as w and x are true the entire equation is true.
If computer "A" is in DL - DEPT - IT - Workstations but not DL - Patch - Manual Patch Group it will end up in the group because it is != DL - Patch - Manual Patch Group.
Move them up to regular lines and change your OR to an AND and see if that works for you.
edit: You should be able to leave them grouped.
w&x&(y|z)
w=1; x=1; y=0; z=1;
If you break it up so that either Y or Z is true then as long as w and x are true the entire equation is true.
Comments:
-
Wow, I over thought that one... Thanks! - jayp322 9 years ago