Reports & Analytics

Ask about reports you're interested in and share reports you've created. Subscribe to receive daily updates of reports shared in the Community.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Topics in this forum

Resolved! Chart Report for Physical vs Virtual

I'm looking to create a report that report illustrates the physical/virtual ratio in our estate. I've created the following query, however, it will not work as a chart due to the fact it returns a single row:Select Distinct Top 1000000 SUM(Case tblA...

cbtg2006 by Engaged Sweeper
  • 8259 Views
  • 3 replies
  • 0 kudos

Most Frequent Logon, Asset Owner, Primary User

This can be used to get the most frequent logon account in the last 60 days. -- First query: Get the most frequent logon user for each AssetIDWITH LogonCountsAS (SELECT AssetID,username,COUNT(*) AS logon_count,ROW_NUMBER() OVER (PARTITION BY AssetID ...

sqldba01 by Engaged Sweeper III
  • 209 Views
  • 3 replies
  • 2 kudos

Owner Report

Hi,I am using this report to see owners that owns 2 computers and more (owned by).I am using Custom7 for "common computer" (checkbox yes/no).Users that owns a common computer shows up in the report should be excluded. (Can that be done?Select Top 100...

bilfdav by Engaged Sweeper
  • 1213 Views
  • 1 replies
  • 0 kudos

Asset Uptime Report from Calendar

I'm looking for a report to have the weekly/monthly average power-on time for all assets. The information that is contained on the Uptime calendar when selecting a specific asset is what I want in a report format. I did see this previous post from 20...

Software Authorization - Once approved

Hello, I appologize if this has been asked already, but I did not find any posts on this issue. We have been marking software as "Approved" in the Sofware Authorization, but these seems to only show when the software is currently installed on a devic...

TasiaNAF by Engaged Sweeper
  • 298 Views
  • 2 replies
  • 0 kudos