
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2011 12:52 PM
Hi Lansweeper Admin,
Is there a way that the report "Computer: System configuration overview" can be edited so that it can also pickup the Below details in addition to the normal specifications:
State:
Bar Code:
Order number:
Location:
Building:
Department:
Last Saved:
and Comments Field:
Many Thanks,
Moss
Is there a way that the report "Computer: System configuration overview" can be edited so that it can also pickup the Below details in addition to the normal specifications:
State:
Bar Code:
Order number:
Location:
Building:
Department:
Last Saved:
and Comments Field:
Many Thanks,
Moss
Labels:
- Labels:
-
Archive
4 REPLIES 4

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2011 02:00 PM
Thanks Lansweeper Admin,
This works perfectly...:)
This works perfectly...:)

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2011 11:08 AM
Select Top 1000000 dbo.tblComputers.Computername,
dbo.tblComputers.ComputerUnique, Web40OSName.Compimage As icon,
dbo.tblComputers.Domain, Web40OSName.OSname, dbo.tblComputers.Description,
dbo.tblComputers.Username, dbo.tblComputers.Userdomain,
web40CorrectMemory.Memory As Memory, Cast(Cast(Cast(dbo.tblDiskdrives.Size As
bigint) / 1024 / 1024 / 1024 As numeric) As varchar) As [Disk size],
dbo.web40ProcessorCapacity.NrOfProcessors, dbo.web40ProcessorCapacity.CPU,
tblComputerSystemProduct.Name As Model, tblComputerSystemProduct.Vendor As
Manufacturer, tblComputerSystemProduct.IdentifyingNumber As Serial,
dbo.tblComputers.LastknownIP As [IP Address], tblCompCustom.PurchaseDate,
tblCompCustom.Warrantydate, tblstate.Statename, tblCompCustom.BarCode,
tblCompCustom.OrderNumber, tblCompCustom.Location, tblCompCustom.Building,
tblCompCustom.Department, tblCompCustom.Comments, tblCompCustom.Lastsaved
From dbo.tblComputers Inner Join
dbo.tblDiskdrives On dbo.tblComputers.Computername =
dbo.tblDiskdrives.Computername Left Outer Join
dbo.web40ProcessorCapacity On dbo.tblComputers.Computername =
dbo.web40ProcessorCapacity.Computername Inner Join
dbo.web40ActiveComputers On dbo.tblComputers.Computername =
dbo.web40ActiveComputers.Computername Inner Join
web40CorrectMemory On web40CorrectMemory.Computername =
dbo.tblComputers.Computername Inner Join
Web40OSName On Web40OSName.Computername = dbo.tblComputers.Computername
Inner Join
tblComputerSystemProduct On dbo.tblComputers.Computername =
tblComputerSystemProduct.Computername Left Join
tblCompCustom On dbo.tblComputers.Computername = tblCompCustom.Computername
Left Join
tblstate On tblstate.State = tblCompCustom.State
Where dbo.tblDiskdrives.Caption = 'c:'
Order By dbo.tblComputers.Computername

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2011 03:46 AM
Hi,
Do you have a format please. I am not that good at coding.
Do you have a format please. I am not that good at coding.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2011 03:46 PM
Hi, sure you can edit it with the report builder.
