/build/static/layout/Breadcrumb_cap_w.png

How to run a specific report.

Hi there,

I'm trying to run a run report to find which users have a specific model laptop in  specific. In more detail, the report should have all the users that use a Lattitude e6420 and e6430 in our Boston Laptops Smart Label. Is that possible?

2 Comments   [ + ] Show comments
  • Yes, The built in wizard can do that for you easily. The user would be the issue since the Inventory captures last logged in. If you haven' t used the Assets module to hard code in an owner, the data won't be 100%. - nshah 7 years ago
  • All our computers are in the Asset module. What is the procedure on how to run the report? I've tried, but I do not know the fields and areas to use. - ndilgard 7 years ago
    • Have you created a custom field that you have assigned an owner to that device? Computers will automatically go into Assets when you install an agent but then you have to add the extra field that says , this is the owner and map it to the User table in the drop down.

      You could start with this. I used the wizard to get the user full name and user name along with the models as a regex

      SELECT USER_FULLNAME, MACHINE.USER_NAME, CS_MODEL FROM MACHINE WHERE ((CS_MODEL rlike 'e6420|e6430') AND (CHASSIS_TYPE like '%laptop%') AND (( exists (select 1 from LABEL, MACHINE_LABEL_JT where MACHINE.ID = MACHINE_LABEL_JT.MACHINE_ID AND MACHINE_LABEL_JT.LABEL_ID = LABEL.ID AND LABEL.TYPE <> 'hidden' and LABEL.NAME like '%Boston%')) )) ORDER BY CS_MODEL - nshah 7 years ago

Answers (0)

Be the first to answer this question

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