Hi,
I have re-built the report but I am having a couple of issue, could you please assist?
There is a duplication of some of the machines in the report.
Multiple different graphics cards in a single machine are being reported the same graphics card with one missing some details.
Thanks in advance
Select Top 1000000 tblAssets.AssetID,
tblAssets.AssetName,
tsysAssetTypes.AssetTypeIcon10 As icon,
tblAssets.Username,
tblDisplayConfiguration.Caption As GPU,
tblDisplayConfiguration.DriverVersion As Driver,
Ceiling(tblVideoController.AdapterRAM / 1024 / 1024) As [RAM MB],
tblVideoController.CurrentHorizontalResolution As [H REZ],
tblVideoController.CurrentVerticalResolution As [V REZ],
tblAssets.Lastseen,
tblDisplayConfiguration.lastchanged
From tblAssets
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Inner Join tsysAssetTypes On tsysAssetTypes.AssetType = tblAssets.Assettype
Inner Join tblDisplayConfiguration On tblAssets.AssetID =
tblDisplayConfiguration.AssetID
Inner Join tblVideoController
On tblAssets.AssetID = tblVideoController.AssetID
Order By tblAssets.AssetName