Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
rsayeed
Engaged Sweeper
Can this be done? Thanks
1 ACCEPTED SOLUTION
Hemoco
Lansweeper Alumni
Try this one:

Select tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain, Count(tblMonitor.MonitorID) As Total
From tblComputers Inner Join
tblMonitor On tblComputers.Computername = tblMonitor.Computername
Group By tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain
Having Count(tblMonitor.MonitorID) > 1
Order By tblComputers.ComputerUnique

View solution in original post

1 REPLY 1
Hemoco
Lansweeper Alumni
Try this one:

Select tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain, Count(tblMonitor.MonitorID) As Total
From tblComputers Inner Join
tblMonitor On tblComputers.Computername = tblMonitor.Computername
Group By tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain
Having Count(tblMonitor.MonitorID) > 1
Order By tblComputers.ComputerUnique

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.

New to Lansweeper?

Try Lansweeper For Free

Experience Lansweeper with your own data.
Sign up now for a 14-day free trial.

Try Now