cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
bsitech
Engaged Sweeper
I would like to modify this report to check for server disks with less than 25 GB free. I tried to modify it myself and now just get a list of all servers, disks, free, and total size.

I apparently have ZERO skill at modifying these reports and will need instructions as if for a noob.


Thanks.
1 ACCEPTED SOLUTION
Daniel_B
Lansweeper Alumni
You can do this by
  • opening the original report
  • hitting Edit report
  • in the middle of the report editor looking for the line "Cast(Cast(tblDiskdrives.Freespace As bigint) / 1024 / 1024 As numeric)"
  • under column Criteria changing the filter from "< 1024" to "< 25 * 1024"
  • saving the report under a new name

View solution in original post

2 REPLIES 2
bsitech
Engaged Sweeper
That seems to have worked perfectly.

Thanks!
Daniel_B
Lansweeper Alumni
You can do this by
  • opening the original report
  • hitting Edit report
  • in the middle of the report editor looking for the line "Cast(Cast(tblDiskdrives.Freespace As bigint) / 1024 / 1024 As numeric)"
  • under column Criteria changing the filter from "< 1024" to "< 25 * 1024"
  • saving the report under a new name