/build/static/layout/Breadcrumb_cap_w.png

Looking for a report that show devices in assets but not in inventory.

Hi,


I am looking for a report that show devices in assets but not in inventory. Can someone send me that report?


0 Comments   [ + ] Show comments

Answers (1)

Posted by: Hobbsy 9 years ago
Red Belt
0
The key value that you are looking for in a report is in the Asset table, ASSET.MAPPED_ID if that field is = 0 then there is no inventory item attached.

something like:

SELECT ASSET.ID AS ASSET_ID, ASSET.MAPPED_ID AS MAPPED_ID,  ASSET.NAME AS ASSET_NAME  FROM ASSET_DATA_5 LEFT JOIN ASSET ON ASSET_DATA_5.ID = ASSET.ASSET_DATA_ID AND ASSET.ASSET_TYPE_ID=5  WHERE ((ASSET.MAPPED_ID = '0'))  ORDER BY ASSET_ID

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ