
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-26-2013 09:59 PM
Hello All,
I am trying to modify the report for available drive space (Disk: Servers less than 1GB free HD). However, I would like to not receive a report for things like quorum drives and etc. How can i modify the canned drive space availability report to only show me C: and D:?
Any insight would be GREATLY appreciated.
Dave
I am trying to modify the report for available drive space (Disk: Servers less than 1GB free HD). However, I would like to not receive a report for things like quorum drives and etc. How can i modify the canned drive space availability report to only show me C: and D:?
Any insight would be GREATLY appreciated.
Dave
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
‎11-26-2013 11:24 PM
If you explicitly only want to see drives C: and D:, add a condition to there WHERE clause:
AND tblDiskdrives.Caption IN ('C:', 'D:')
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-26-2013 11:24 PM
If you explicitly only want to see drives C: and D:, add a condition to there WHERE clause:
AND tblDiskdrives.Caption IN ('C:', 'D:')
