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

tblUps.BatteryStatus Descriptions

I am creating a custom report working off of the tblUps table. That table has BatteryStatus which is an integer. What table do I need to link to to get the names we see on the asset page? In my case, I have a status id of 2, which shows as "Normal...

netops1 by Engaged Sweeper
  • 5975 Views
  • 2 replies
  • 0 kudos

Exporting users Email addresses?

Hello I have a report which shows all the machines on my site, the current OS and the last user to sign in on them.I filter the results to show only machines with Windows 7.From the machines left showing, can i export the email address from all the l...

wayneRex by Engaged Sweeper II
  • 6102 Views
  • 1 replies
  • 0 kudos

Excel Linking to Reports

I'm just wondering if it's possible to link my customized Excel spreadsheet directly to the Lansweeper compact SQL DB to directly generate reports.

Resolved! Filter this query for Windows 7 only

Hi,I've been trying to get this report to only show Windows 7 (any version/edition) but I'm not able to get it right. How should the report look to only include Windows 7 where the registry value is found?Select Top 1000000 tsysOS.Image As icon, tbl...

kim_kaberg by Engaged Sweeper II
  • 6732 Views
  • 2 replies
  • 0 kudos

Custom Field 1 Report issue

I have about 1000 PCs im trying to report on. In Custom Field 1 ive renamed it to EOL (End of Life) in Date format. The point of this is for me to build a report to determine which PCs I need to replace each month. Could someone assist in helping me ...

Audit and Event Log Reports

I'm looking to create a report that runs daily for all the event logs for the workstations and servers in the domain. SQL is not something that I work with to often so I'm having some difficulty knowing exactly what it is I'm doing. However I was abl...

BenTre by Engaged Sweeper
  • 9398 Views
  • 3 replies
  • 0 kudos

Duplicate entries on custom report

Hi LS teamI am wondering if you could modify my script as to prevent duplicate entries of the asset?Select Top 1000000 tblAssets.AssetID, tblAssets.AssetUnique, tsysOS.OSname, tsysOS.Image As icon, tblAssetCustom.Model, tsysIPLocations.IPLocatio...

cpmining by Engaged Sweeper
  • 13970 Views
  • 6 replies
  • 0 kudos

Visual Studio 2017 Editions

We are trying to figure out how to detect Visual Studio 2017 editions. Lansweeper only detect the software installed as “Visual Studio 2017”. Prior versions are showing the editions but not in 2017 anymore. Any thoughts? Thanks.