Status of action in custom report

(imported topic written by lmpymilk91)

I would like to add the status of an action to a report. I can’t get this to run. I’m very sure it will end up being something obvious though. :smiley:

Thanks

Chris

(

trs of

(

td of concatenation “,” of results

(

status of bes actions

whose

(

name of it as lowercase contains “ms1”

)

, it

)

& td of concatenation “,” of unique values of

(

values of results

(

bes property “Network Adapter - Wireless”, it

)

)

)

)

of bes computers

(imported comment written by SystemAdmin)

Hey lmpymilk,

Your expression is close, the “status” inspector works off the "results (, ) " inspector, so you have to move it out of the results expression:

( trs of ( td of concatenation 
"," of (it as string) of  statuses of results ( bes actions whose ( name of it as lowercase contains 
"ms1" ) , it ) & td of concatenation 
"," of unique values of ( values of results ( bes property 
"Network Adapter - Wireless", it ) ) ) ) of bes computers

(imported comment written by lmpymilk91)

Thanks for taking the time to look at this Zak. Everything looked good this morning.