I am trying to do string manipulation on SNMP Traps, and it is not working. Currently I have an Orion Alert on an SNMP Trap to send an email, in that email I have the severity. Using ${N=OLM.AlertingMacros;M=OLMAlertMessage.vbData7} I get a string similar 'minor(4) (4)' and want to trim it to be a string like 'minor'. I have tried to use SWQL, but it does not seem to do anything.