Please try the report below. Replace "YourLocation" with the location you want to report on.
Select Top 1000000 tblComputersystem.Model As Model, tblComputersystem.Manufacturer As Manufacturer, Count(tblComputersystem.Computername) As Total From tblComputers Inner Join tblComputersystem On tblComputers.Computername = tblComputersystem.Computername Inner Join web40AllIPLocations On web40AllIPLocations.Computername = tblComputers.Computername Where web40AllIPLocations.IPLocation = 'YourLocation' Group By tblComputersystem.Model, tblComputersystem.Manufacturer
Archive
This board contains archived posts from the retired Lansweeper Forum and Insiders Community.