Hi
I would like to filter node that name xxxxpon01 from the top 10
In the same way you filter
Nodes.Status = 1 to get packetlos
Any one ?
Could you explain in detail?
Yes
On the top 10 page you can edit the top 10 tables.
I would like edit the top 10 error that will NOT display errors from the nodes with the name xxxxpon01.
Is that more clear?
Thanks for the information.
Hope this works,if I am understanding your question correctly.
nodes.caption<>'XXXX'
or maybe this one
nodes.caption<>'%pon01'
Thanks but that SQL Queries that one doesn't work.
I need SQL string that will ignore any node that name continue ***PON01.
/ SJA