
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-01-2016 12:12 AM
I have been trying to start using Lansweeper and have been fiddling with the report that states whether a disk drive is below a certain amount of disk space. However on the report it will give me much more values than needed because most of our computers have D drives and other ones as well. I know it has to be in one of the values in the tbldiskdrives but it I cannot decipher what needs to be added or altered.
Solved! Go to Solution.
Labels:
- Labels:
-
Report Center
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2016 08:14 PM
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:
If you are interested in building or modifying reports, we do recommend:
= '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.
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2016 08:21 PM
Thank you so much!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2016 08:14 PM
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:
If you are interested in building or modifying reports, we do recommend:
= '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.
