
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2010 12:06 PM
Hi,
How do I pull a report for a group of computers listing all info (Hardware and Software) installed.
EG: All workstations starting with the PreFix SALES-xxx and export the results to Excel
All the moment I am emailing the indivual Printable reports to our desktop support techs and they are compiling a detailed spreadsheet for our Sales Department.
Regards,
How do I pull a report for a group of computers listing all info (Hardware and Software) installed.
EG: All workstations starting with the PreFix SALES-xxx and export the results to Excel
All the moment I am emailing the indivual Printable reports to our desktop support techs and they are compiling a detailed spreadsheet for our Sales Department.
Regards,
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
‎10-11-2010 04:55 PM
You will need to create a custom report with the report builder (or use one of the predefined reports) and you can use the where clause in your report.
This will take only computers starting with "sales-"
... where tblcomputers.computer like 'SALES-%'
This will take only computers starting with "sales-"
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2010 04:55 PM
You will need to create a custom report with the report builder (or use one of the predefined reports) and you can use the where clause in your report.
This will take only computers starting with "sales-"
... where tblcomputers.computer like 'SALES-%'
This will take only computers starting with "sales-"
