Select tblComputers.Computername, tblComputers.ComputerUnique, tblComputers.Domain, tblFileVersions.Found From tblComputers Inner Join tblFileVersions On tblComputers.Computername = tblFileVersions.Computername Inner Join tblSystemEnclosure On tblComputers.Computername = tblSystemEnclosure.Computername Inner Join TsysChassisTypes On TsysChassisTypes.Chassistype = tblSystemEnclosure.ChassisTypes Where tblFileVersions.Found = '0' And tblFileVersions.FilePathfull Like '%YourFile%' And TsysChassisTypes.ChassisName = 'laptop'
Select tblComputers.Computername, tblComputers.ComputerUnique, tblComputers.Domain, tblFileVersions.Found From tblComputers Inner Join tblFileVersions On tblComputers.Computername = tblFileVersions.Computername Inner Join tblSystemEnclosure On tblComputers.Computername = tblSystemEnclosure.Computername Inner Join TsysChassisTypes On TsysChassisTypes.Chassistype = tblSystemEnclosure.ChassisTypes Where tblFileVersions.Found = '0' And tblFileVersions.FilePathfull Like '%YourFile%' And TsysChassisTypes.ChassisName = 'laptop'
Select tblComputers.Computername, tblComputers.ComputerUnique, tblComputers.Domain, tblFileVersions.Found From tblComputers Inner Join tblFileVersions On tblComputers.Computername = tblFileVersions.Computername Where tblFileVersions.Found = '0' And tblFileVersions.FilePathfull Like '%YourFile%'
Reports & Analytics
Ask about reports you're interested in and share reports you've created. Subscribe to receive daily updates of reports shared in the Community.