The Custom Query resource does not have export capability, but if you can write a SWQL query to get the data you want it is not hard to get a .csv file through other methods. You can use SWQL Studio (right-click on the results/data grid pane and choose Save Results As...) or PowerShell (Get-SwisData $swis "SELECT foo FROM bar" | Export-Csv results.csv).
↧