I was building some new alerts and was wondering if it was possible to make the Application Status (${N=SwisEntity;M=ComponentAlert.ApplicationAvailability} to be uppercase in the email alert subject line?
I also need this.. I am looking into it now. Any ideas or tips?
Found it :
Host ${SQL: SELECT UPPER('${N=SwisEntity;M=Status}') }
You can fill in any attribute youd like on the italicized/bold text. Dont forget the single quotes wrapping the attribute.