Lansweeper wrote:
You need to remove the alias assigned to tblAssets.AssetName.
That worked for that report. Thanks.
However, I have this report, which didn't have an alias, and it too won't let me click (drill-down) on the AssetName, but I'd like to be able to.
Select Top 1000000 tblAssets.AssetName,
tblAssetCustom.Custom7,
tblAssetCustom.Custom8,
tblAssetCustom.Custom9,
tblAssetCustom.Custom10,
tblAssetCustom.Custom11,
tblAssets.Description
From tblAssets
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Where tblAssetCustom.Custom7 Like '%:%'
LS v.5060