
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2020 01:16 AM
I searched the forums but could not find a solution. Using the following Select statement will allow me to click on the items in AssetName column
But if use a Column Name then the link is no longer available.
What do I need to do to change the column name but retain the link in the report?
Select Top 1000000 tblAssets.AssetID,
tblAssets.AssetName,
But if use a Column Name then the link is no longer available.
Select Top 1000000 tblAssets.AssetID,
tblAssets.AssetName As Computer,
What do I need to do to change the column name but retain the link in the report?
Labels:
- Labels:
-
Report Center
0 REPLIES 0
