
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2022 12:03 PM
I have a large list of asset names in an excel spreadsheet and would like to run a report in Lansweeper giving me the general info for each of these assets, specifically the user/last user would be most useful.
Can someone help me out with a solution? It would be massively appreciated.
Thanks everyone
- Labels:
-
Built-In Reports
-
Report Center
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2022 04:29 PM
If the list of asset names isn't too long, create your report incorporating the fields you want and use the WHERE clause to filter the results for only those asset names you want.
Where tblassets.AssetName In ('assetname1', 'assetname2', 'assetname3')

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-09-2022 03:41 PM
Matt,
it may be easier to create a report in lansweeper that has asset name and all the fields you need to find, then export the full report to another excel table and do vlookups for the info you are looking to fill in on your list.
