Unsolved
This post is more than 5 years old
1 Rookie
•
21 Posts
0
1097
April 25th, 2017 23:00
how to display multiple metrics in one line
Hi,
We collected some metrics and properties by SNMP collector, but while trying to display them in "Standard Table" type report, we found that the metrics from same MIB table or different MIB table cannot be correlated into one line.
We hope to add relationship like SQL statement "where a.ID = b.ID", so to display related data into one line, any solution?
No Events found!



isakats
141 Posts
2
April 27th, 2017 13:00
Hi Jianping.Wang,
I am not totally sure what you are trying to achieve but it is possible to add multiple values from different metrics, combine properties and much more in table reports however depending on the specific use case you may need to either use formula's and / or complex expansion.
From what i understand the Addition formula might be a good choice as it allows you to add two metrics and returns the sum.
As for complex expansions, Danno has a very good post here.
regards,
Isaka
Jianping_Wang
1 Rookie
•
21 Posts
0
May 1st, 2017 19:00
Hi Isaka,
Thanks help
, let me try.