→ 🚀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: 
zoli
Engaged Sweeper
Hi!

I would filter assetgroup, but I cannot, everything I get all thing.

Select Top 1000000 tblAssets.AssetID,
tblAssets.AssetName,
tsysAssetTypes.AssetTypeIcon10 As icon,
tblAssetCustom.Custom1,
tblAssetCustom.Custom7,
tblAssetCustom.Department,
tblAssetCustom.Custom8,
tblAssetCustom.Branchoffice,
tblAssets.Memory,
tblAssets.NrProcessors,
tblAssets.Processor,
tblAssetGroups.AssetGroup
From tblAssets
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Inner Join tsysAssetTypes On tsysAssetTypes.AssetType = tblAssets.Assettype,
tblAssetGroups
Where tblAssetGroups.AssetGroup = 'Monitor'
1 ACCEPTED SOLUTION
Hemoco
Lansweeper Alumni
Please use the following query:
Select Top 1000000 tblAssets.AssetID,
tblAssets.AssetName,
tsysAssetTypes.AssetTypeIcon10 As icon,
tblAssetCustom.Custom1,
tblAssetCustom.Custom7,
tblAssetCustom.Department,
tblAssetCustom.Custom8,
tblAssetCustom.Branchoffice,
tblAssets.Memory,
tblAssets.NrProcessors,
tblAssets.Processor,
tblAssetGroups.AssetGroup
From tblAssets
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Inner Join tsysAssetTypes On tsysAssetTypes.AssetType = tblAssets.Assettype
Inner Join tblAssetGroupLink On tblAssets.AssetID = tblAssetGroupLink.AssetID
Inner Join tblAssetGroups On tblAssetGroups.AssetGroupID =
tblAssetGroupLink.AssetGroupID
Where tblAssetGroups.AssetGroup = 'Monitor'

View solution in original post

2 REPLIES 2
zoli
Engaged Sweeper
Thanks, it's okay!
Hemoco
Lansweeper Alumni
Please use the following query:
Select Top 1000000 tblAssets.AssetID,
tblAssets.AssetName,
tsysAssetTypes.AssetTypeIcon10 As icon,
tblAssetCustom.Custom1,
tblAssetCustom.Custom7,
tblAssetCustom.Department,
tblAssetCustom.Custom8,
tblAssetCustom.Branchoffice,
tblAssets.Memory,
tblAssets.NrProcessors,
tblAssets.Processor,
tblAssetGroups.AssetGroup
From tblAssets
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Inner Join tsysAssetTypes On tsysAssetTypes.AssetType = tblAssets.Assettype
Inner Join tblAssetGroupLink On tblAssets.AssetID = tblAssetGroupLink.AssetID
Inner Join tblAssetGroups On tblAssetGroups.AssetGroupID =
tblAssetGroupLink.AssetGroupID
Where tblAssetGroups.AssetGroup = 'Monitor'

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