→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !
‎12-10-2014 06:20 PM
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
Solved! Go to Solution.
‎12-10-2014 06:49 PM
‎12-10-2014 08:17 PM
‎12-10-2014 06:49 PM
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now