Export analysis to text or csv file ongoing

(imported topic written by ic3yr91)

I want to gather the results of an analysis so I can create a trend over time, my analysis runs every hour and I want the results building up in a file (say results.csv), my script looks like this:

if (exists wmi) then ( ((string value of selects “WorkingSetSize from win32_process where Name = ‘nsclient++.exe’” of wmi) as integer) / (1024*1024)) as string & " MB" else “Not available”

Can anyone help please?

(imported comment written by NoahSalzman)

Are you using v7 or v8 of Web Reports?

(imported comment written by ic3yr91)

7.2.5.22

(imported comment written by NoahSalzman)

Was the answer

here

all that you needed?

(imported comment written by ic3yr91)

It certainly helped, all resolved now thank you 8)