‎12-17-2012 11:57 PM
Solved! Go to Solution.
‎12-18-2012 10:02 AM
Select Top 1000000 tblComputers.Computername, tblComputers.ComputerUnique, tblComputers.Domain, tblSoftware.softwareName As Software, tblSoftware.softwareVersion As Version, tblSoftware.SoftwarePublisher As Publisher, Web40OSName.Compimage As icon From tblSoftware Inner Join tblComputers On tblSoftware.ComputerName = tblComputers.Computername Inner Join web40ActiveComputers On tblComputers.Computername = web40ActiveComputers.Computername Inner Join Web40OSName On Web40OSName.Computername = tblComputers.Computername Where tblSoftware.softwareName = 'YourSoftware1' Or tblSoftware.softwareName = 'YourSoftware2' Or tblSoftware.softwareName = 'YourSoftware3' Order By tblComputers.ComputerUnique, tblSoftware.softwareName, tblSoftware.softwareVersion
‎05-03-2013 07:08 PM
‎12-18-2012 11:33 AM
‎12-18-2012 04:24 PM
abustraan wrote:
Thanks for the great prompt reply. LanSweeper has so much capability, I just need to go through all of the prebuilt reports and see what they offer and how I can tweak them.
‎05-03-2013 12:42 AM
Lansweeper wrote:abustraan wrote:
Thanks for the great prompt reply. LanSweeper has so much capability, I just need to go through all of the prebuilt reports and see what they offer and how I can tweak them.
If you get stuck creating a specific report, please contact us at support@lansweeper.com and provide us with your report requirements. We will send you the report.
‎12-18-2012 10:02 AM
Select Top 1000000 tblComputers.Computername, tblComputers.ComputerUnique, tblComputers.Domain, tblSoftware.softwareName As Software, tblSoftware.softwareVersion As Version, tblSoftware.SoftwarePublisher As Publisher, Web40OSName.Compimage As icon From tblSoftware Inner Join tblComputers On tblSoftware.ComputerName = tblComputers.Computername Inner Join web40ActiveComputers On tblComputers.Computername = web40ActiveComputers.Computername Inner Join Web40OSName On Web40OSName.Computername = tblComputers.Computername Where tblSoftware.softwareName = 'YourSoftware1' Or tblSoftware.softwareName = 'YourSoftware2' Or tblSoftware.softwareName = 'YourSoftware3' Order By tblComputers.ComputerUnique, tblSoftware.softwareName, tblSoftware.softwareVersion
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now