Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
harringg
Champion Sweeper
With this report (v5) the .model column is clickable. Is it possible to make the .AssetName column clickable instead?

 SELECT TOP 1000000 tblassets.assetid,
tblassets.assetname AS [ASSET ID],
tsysassettypes.assettypeicon10 AS icon,
tblassetcustom.custom4 AS DESCRIPTION,
tblassetcustom.manufacturer AS MFG,
tblassetcustom.model AS MODEL,
tblassetcustom.barcode AS [AG NUMBER],
tblassetcustom.custom3 AS [ACQ DATE],
tblassetcustom.custom2 AS [ACQ COST],
tblassetcustom.serialnumber AS SN,
tblassetcustom.custom1 AS [PROP HOLDER],
tblassetcustom.location AS LOCATION
FROM tblassets
INNER JOIN tblassetcustom
ON tblassets.assetid = tblassetcustom.assetid
INNER JOIN tsysassettypes
ON tsysassettypes.assettype = tblassets.assettype
WHERE tblassetcustom.state = 1
1 ACCEPTED SOLUTION
Michael_V
Champion Sweeper III
Don't use "AS [ASSET ID]"

If you use columns "assetid" and "assetname", the column will be clickable.

View solution in original post

2 REPLIES 2
harringg
Champion Sweeper
Thanks, that gave the desired results.
Michael_V
Champion Sweeper III
Don't use "AS [ASSET ID]"

If you use columns "assetid" and "assetname", the column will be clickable.

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