/build/static/layout/Breadcrumb_cap_w.png

Processor List on Reports

Hi folks,
Im trying to create a report of all the computers included in the inventory, and in the Processors column it shows this info:

CPU Chip Count: 1
CPU Core Count: 4
CPU0: Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz (4 cores)

Is there any way to exclude just the first two lines??? I want to show just the "CPU0" line, or maybe if the computer has more than 1 CPU, also show them (CPU1, CPU2, etc).
How should i edit the SQL for that column?
Thank you

1 Comment   [ + ] Show comment
  • Looking for the same. Came across a bulletin recently (https://connect.aitec.org/links?url=https%3A%2F%2Fwww.dell.com%2Fsupport%2Fkbdoc%2Fen-us%2F000227933%2Findustry-wide-issue-with-intel-core-13th-and-14th-generation-i5-i7-and-i9-processors) regarding a voltage issue with 13th and 14th gen Intel processors. Needs to identify in a report if any of these processors are present in our environment. - rek_spc 2 months ago
    • depends on how experienced you are with SQL:
      a simple query like SELECT MACHINE.ID, SYSTEM_DESCRIPTION, MACHINE.NAME AS SYSTEM_NAME, PROCESSORS FROM MACHINE WHERE ((PROCESSORS like '%-13%') OR (PROCESSORS like '%-14%')) ORDER BY MACHINE.ID would show the nessesary info (you also can simply click it together in thw wizard - Nico_K 2 months 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