/build/static/layout/Breadcrumb_cap_w.png

Create a software label report

Hi,

I am trying to generate a report which shows how many machines have two different programs installed. I would prefer to see this information presented using a pie chart but currently struggling to generate anything meaningful.

Just wondering if anyone is able to point me in the right direction? Not sure if it helps but any machines which have these applications installed are automatically assigned to a label (smart label) which shares the same name as the application.

Thanks!

 

 

 

 


0 Comments   [ + ] Show comments

Answers (1)

Posted by: dugullett 11 years ago
Red Belt
4

This will work. Just change your software titles to match. I can't really help you much on the pie graph. Something like this might be able to help you. There is an option for different graphs. http://www.itninja.com/blog/view/custom-report-layout

SELECT M.NAME,IP, MAC

FROM MACHINE M

LEFT JOIN MACHINE_SOFTWARE_JT ON M.ID = MACHINE_SOFTWARE_JT.MACHINE_ID

LEFT JOIN SOFTWARE S ON MACHINE_SOFTWARE_JT.SOFTWARE_ID = S.ID

WHERE S.DISPLAY_NAME like '%SOFTWARE_NAME_1%' OR S.DISPLAY_NAME like '%SOFTWARE_NAME_2%'

ORDER BY M.NAME

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