cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
nmulder
Engaged Sweeper
I have a department here that wants to use certain items from the device overview list that belong to their department and have them in a custom view. Is there a way to create a custom report to only show the devices that belong to that department?
2 REPLIES 2
nmulder
Engaged Sweeper
This is perfect. Thanks a lot!
Hemoco
Lansweeper Alumni
See this sql code that you can tweak:

Select tblCustDevices.DeviceKey, tblCustDevices.Ipaddress,
tblCustDevices.Displayname, tblCustDevices.Description,
tblCustDevices.Location
From tblCustDevices
Where tblCustDevices.Location = 'my location'

New to Lansweeper?

Try Lansweeper For Free

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

Try Now