→ 🚀Are you a Lansweeper Champion?! Join our Contributor Program Sign up here!

Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
uSlackr
Engaged Sweeper II

I need to report on a computer that has one software package installed but not another.  I am trying this.  But the results are the same whether I have the "And ... Not Like" clause or not.  I appreciate the assist.

 

Select Top 1000000 tblAssets.AssetID,
  tblAssets.AssetUnique,
  tblADusers.OU,
  tblSoftwareUni.softwareName,
  tblAssets.Username,
  tblSoftware.softwareVersion
From tblAssets
  Inner Join tblSoftware On tblAssets.AssetID = tblSoftware.AssetID
  Inner Join tblSoftwareUni On tblSoftware.softID = tblSoftwareUni.SoftID
  Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
  Inner Join tblADusers On tblAssets.Username = tblADusers.Username
Where tblSoftwareUni.softwareName Like '%package one%' And
  tblSoftwareUni.softwareName Not Like '%package 2%' And tblAssetCustom.State =  1
Order By tblSoftwareUni.softwareName,
  tblSoftware.softwareVersion,
  tblAssets.AssetName
0 REPLIES 0

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.

New to Lansweeper?

Try Lansweeper For Free

Experience Lansweeper with your own data.
Sign up now for a 14-day free trial.

Try Now