Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
RDiabl
Engaged Sweeper
Hi,

there is a great report called "All installed software" and it works perfectly. Although we would like to have it show the software of devices during the last 30 days. I tried to change it myself, but the filter didn't work. Can you guys please help me out?

Thank you!
1 REPLY 1
RDiabl
Engaged Sweeper
I think I managed to do it by my own:

Select Top 1000000 tblSoftwareUni.softwareName As Software,
tblSoftware.softwareVersion As Version,
tblSoftwareUni.SoftwarePublisher As Publisher,
Count(tblSoftware.AssetID) As Total
From tblSoftware
Inner Join tblAssets On tblSoftware.AssetID = tblAssets.AssetID
Inner Join tblSoftwareUni On tblSoftware.softID = tblSoftwareUni.SoftID
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Where tblAssets.Lastseen < GetDate() - 30
Group By tblSoftwareUni.softwareName,
tblSoftware.softwareVersion,
tblSoftwareUni.SoftwarePublisher
Order By Total Desc

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