/build/static/layout/Breadcrumb_cap_w.png

Create report for the number of the Systemmodell

I want to make a report for the numbers of the different Systemmodells, like the numbers of the different Microsoft Versions in the Windows Installation Report.

How can I get this? With Assistant, what is to enter, or has someone an SQL-Expression for me.


1 Comment   [ + ] Show comment

Answers (2)

Posted by: torstenspitz 6 years ago
Yellow Belt
2
You should be able to start from this:
SELECT DISTINCT CS_MODEL, CS_MANUFACTURER, COUNT(NAME)  FROM ORG1.MACHINE  GROUP BY CS_MODEL ORDER BY COUNT(NAME) DESC;
Posted by: chucksteel 6 years ago
Red Belt
2
SELECT CS_MODEL, COUNT(ID) FROM ORG1.MACHINE
GROUP BY CS_MODEL

Don't be a Stranger!

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

Sign up! or login

View more:

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