I have a custom metric that COUNT the number of comments for a specific agent on a ticket's topic (custom field)
I need to filter out when the count is 1 (and leave 0 and >1).
How do I go about it?
I try creating a metric attribute true/false based on that custom metric (if custom metric = 1 True/else false) but for some reason, everything is FALSE.
This is the metric;
IF ([Comment present] = TRUE AND [Updater role] != "End-user" AND [Updater name] = "agent name" AND [Ticket Type] = "spam"
)
THEN [Update ID]
ENDIF"
Is there a way to easily remove all 1 forum a column 
