
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2009 07:59 AM
I need help creating detail computer report by IP range. is that possible?
Labels:
- Labels:
-
Report Center
6 REPLIES 6

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2009 10:40 PM
192.168.10.XX

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2009 10:21 PM
For which ip range do you want the report?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2009 07:40 PM
I am not able to create this report. is there anyway you can provide me SQL script or step by step instructions?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2009 06:59 PM
You will need the report builder to build a custom report of you need to do it directly in SQL

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2009 04:30 PM
I am not sure where and how to do that. is there any script i can run?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2009 09:38 AM
You need to reference table "tblnetwork" and use field "ipaddress"
"IPenabled" = true
You can make reports and use
where ipaddress like '10.0.0.%' for example.
"IPenabled" = true
You can make reports and use
where ipaddress like '10.0.0.%' for example.
