Open the report in the Reports tab, hit the Edit Report button on the left and then add the following to the Criteria column of the tblDiskdrives.Caption expression, which is already included in the report, to limit the report to C: drives:
= 'C:'
If you are interested in building or modifying reports, we do recommend:
- Reviewing some SQL tutorials, as the Lansweeper report builder is a standard SQL editor. If you know SQL, you know how to build Lansweeper reports as well. This seems like a good tutorial.
- Making use of our database dictionary, more information on which can be found here. The dictionary explains in great detail what each table and field stores.