Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Glen
Engaged Sweeper II
I have a query that captures count of OS by Department. My issue is that I cannot make the count of assets to show me which assets within the department has the specific OS. In other words I am unable to make the count as links to produce the data I need. Below is the query. Any assistance is appreciated.

Select Top 1000000 tblAssetCustom.Department,
tblOperatingsystem.Caption As OS,
Count(tblAssets.AssetID) As Number
From tblAssets
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Inner Join tblOperatingsystem
On tblAssets.AssetID = tblOperatingsystem.AssetID
Where tblAssetCustom.State = 1
Group By tblAssetCustom.Department,
tblOperatingsystem.Caption
Order By tblAssetCustom.Department,
OS
0 REPLIES 0

Archive

This board contains archived posts from the retired Lansweeper Forum and Insiders 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