
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2014 12:25 PM
Is there a document in existence which maps Fields and Tables to fields within the LANSweeper user interface?
For example, if I wanted to run a report listing the Manufacturers of Assets, how could I easily find out which table and field to include in the report?
Hope my question makes sense.
For example, if I wanted to run a report listing the Manufacturers of Assets, how could I easily find out which table and field to include in the report?
Hope my question makes sense.
Solved! Go to Solution.
Labels:
- Labels:
-
Report Center
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2015 09:57 AM
FYI for everyone: a database dictionary was added in Lansweeper 5.2. More information can be found here.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2015 09:57 AM
FYI for everyone: a database dictionary was added in Lansweeper 5.2. More information can be found here.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2014 07:08 PM
Hi,
Currently we do not have a database dictionary but we are working on one.
You can find an example report down here:
Select Top 1000 tblAssets.AssetID,
tblAssets.AssetName,
tblAssetCustom.Manufacturer
From tblAssets
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Currently we do not have a database dictionary but we are working on one.
You can find an example report down here:
Select Top 1000 tblAssets.AssetID,
tblAssets.AssetName,
tblAssetCustom.Manufacturer
From tblAssets
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
