I have a report setup to show a table of nodes with packet loss issues. My only problem is, I cannot get the data to include only nodes with packet loss issues. It either shows all or none... I'm currently using the Dynamic Query Builder but I suspect I would need to convert to SQL/SWQL to get the outcome I'm looking for.


I would like to remove the data with nodes at 0.00%
Here are the columns I'm using for the data:

In short, to all you SQL Gods. Can you help be build a SQL query to pull a table displaying the node caption and the average % packet loss over the last 24 hours and to only include nodes with loss above 0%.
Thanks!