I followed several post a while back to generate a process list for my CPU alerts. While I am able to get said alert, it always comes across unformatted and hard to read.

How can I at least format the numbers to be 40.89% vs 0.40893.............. I played with some HTML, the problem is that its a single variable stored in the notes. I feel I would have to manipulate it via the CMD being run below.
APM\SolarWinds.APM.RealTimeProcessPoller.exe -n=${N=SwisEntity;M=NodeID} -alertId=${N=Alerting;M=AlertID} -count=10 -sort=CPU -timeout=120
Also here is the Alert Action
The CPU on ${Caption} is currently exceeding threshold.
Machine type: ${MachineType}
IP = ${Node.IP_Address} ${CrLf}
Node = ${Caption}
Node status = ${Status}
The top 10 processes (sorted by processor time) within the last 10 minutes are listed below:
(When the issue is resolved, the processes below are from the previous alert.)
Notes:
${N=Alerting;M=Notes}
For more information click the link below.
${NodeDetailsURL}
Alert:${AlertName}
Triggered: ${N=Generic;M=S}
View full device details here: ${N=SwisEntity;M=DetailsUrl}.
View full alert details here: ${N=Alerting;M=AlertDetailsUrl}
Click here to acknowledge the alert: ${N=Alerting;M=AcknowledgeUrl}
This message was brought to you by the alert named: ${N=Alerting;M=AlertName}
The node is monitored by the polling engine ${N=SwisEntity;M=Engine.ServerName}
Thoughts? Suggestions?
Thanks in advance.