
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2019 11:46 AM
Hello,
Could you help me design a report that would allow me to see all the connected computers over a defined period of time.
example: all computers connected the last 15 days.
It must be very simple but I can not find it.
thank you in advance
Could you help me design a report that would allow me to see all the connected computers over a defined period of time.
example: all computers connected the last 15 days.
It must be very simple but I can not find it.
thank you in advance
Labels:
- Labels:
-
Report Center
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2019 10:08 PM
Set yourself up a basic report and include
for a list of machines that LANSweeper has seen within the last 15 days.
WHERE
DateDiff(d, tblAssets.Lastseen, GetDate()) < 16
for a list of machines that LANSweeper has seen within the last 15 days.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2019 11:42 AM
No answer? We must renew our license and it would be a good argument for our support manager to renew the license.
Can we at least specify if it is possible?
Can we at least specify if it is possible?
