The action status report doesn’t give that much flexibility. We could put together a custom report that does it… or you might consider just copy/pasting from the BES Console Action (from the “Results” tab), which makes it very simple to change your columns.
<table> <th>Computer IP Address</th><th>Computer Name</th><th>Computer ID</th><th>Last Report Time</th><th>Action Results</th><th>Action Name</th> <?relevance trs of (td of (concatenations
", " of values of results( bes property
"IP Address",computer of it))&td of name of computer of it & td of (id of computer of it as string) & td of (last report time of computer of it as string) & td of detailed status of it & td of name of action of it) of results whose (exists computer of it AND exists name of computer of it AND exists last report time of computer of it AND exists results(bes property
"IP Address", computer of it) whose(not error flag of it)) of bes actions ?> </table>