/build/static/layout/Breadcrumb_cap_w.png

Report query help

Hi,

(Thought I posted this already, but can't find it)

I'm trying to add the software version number to this report query, but I'm not sure what value I need to add, I've tried 'VERSION' which returned an empty column.

SELECT M.NAME AS SYSTEM_NAME, IP, S.DISPLAY_NAME, VERSION, USER_LOGGED USER,LAST_SYNC
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 'Zscaler%')
ORDER BY M.NAME

I want to list all PC's that have a bit of software called 'Zscaler' installed and show it's version.

Also how can run a report that shows only the PC's that don't have it installed please?

Thanks

0 Comments   [ + ] Show comments

Answers (1)

Posted by: chucksteel 6 years ago
Red Belt
0
Use the S.DISPLAY_VERSION column instead of VERSION. I don't know why KACE doesn't populate the VERSION column, but DISPLAY_VERSION normally works.

To create a report of machines that don't have it installed, I would recommend performing an advanced search in the inventory for computers where software titles does not include "Zscaler". Then under Choose Action, Create Report.

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