/build/static/layout/Breadcrumb_cap_w.png

How can I Insert a Break in my Report?

Hello,


I have been working on report in KACE to tell us which of our devices have crowdstrike installed and which do not. Here is what I have so far:


SELECT M.ID, M.NAME, M.LAST_INVENTORY, M.OS_NAME,

(SELECT GROUP_CONCAT(CONCAT(DISPLAY_NAME, " (", DISPLAY_VERSION, ")")) as TitlesĀ 

FROM SOFTWARE

JOIN MACHINE_SOFTWARE_JT on MACHINE_SOFTWARE_JT.SOFTWARE_ID = SOFTWARE.ID

WHERE PUBLISHER like "%CrowdStrike%"

and MACHINE_SOFTWARE_JT.MACHINE_ID = M.ID

GROUP BY MACHINE_ID) AS "Titles"

FROM ORG1.MACHINE M

GROUP BY M.ID ORDER BY Titles desc


I want to break off into a new table once the Titles field is empty but I can't quite figure out how to do that. I can provide more info if needed, any help is appreciated!


0 Comments   [ + ] Show comments

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