I am trying to filter the Dashboard Nodes Not Up section.
I don't want to see any of the Nodes that are Unmanaged so I put in (UnManaged = 0) and it is working great but I also want to NOT show Nodes that I have named with the word RAP at the end. It represents our Remote Access Points. They go up and down all the time. I don't want to remove then from the system but just not show them in the list here. I have tried (NodeID not like '*RAP'), (SysName not like '*RAP') and Description not like '*RAP'. Nothing works. What is the Name of the Property? Is my syntax correct? and to do both would I pit it as something like UnManaged = 0 OR NodeID not like '*RAP' or is there another way?
Thank You
For your help!