Hi @ITWhisperer Not sure what you mean by re-using field name severity as Column_1 is the object and column_2 is the severity Here is what some output looks like for | table tool host object_class object severity parameter value message support_group Ignore the first column (I put that in for explanation purposes) tool host object_class object severity parameter value message support_group 1 Tool ServerA OS_INCIDENT ServerA.zabbix:1380217:Warning WARNING OS_ISSUE_NUM 1380217 ServerA - Disk space is at 80% OS Support 2 Tool ServerA OS_INCIDENT ServerA.zabbix:1380217:Critical CRITICAL OS_ISSUE_NUM 1380217 CALL OUT - ServerA - Disk Space is at 90% OS Support 3 Tool ServerA OS_INCIDENT ServerA.zabbix:1380217:Clear CLEAR OS_ISSUE_NUM 1380217 ServerA -Disk Space Clear OS Support 4 Tool ServerA OS_INCIDENT ServerA.zabbix:1380217:Warning CLEAR OS_ISSUE_NUM 1380217 ServerA -Disk Space Clear OS Support 5 Tool ServerA OS_INCIDENT ServerA.zabbix:1380217:Critical CLEAR OS_ISSUE_NUM 1380217 CALL OUT - ServerA - Disk Space Clear OS Support What I am currently getting is 1,2,3, however what I need is 1 and 2, and when I get a result like 3, change it be 4 and 5 Hope that makes sense 🙂
... View more