‎07-09-2014 11:37 PM
Solved! Go to Solution.
‎07-11-2014 12:16 AM
SELECT Top 1000000
tblAssets.AssetID,
tblAssets.AssetName,
tblAssets.Mac
FROM
tblAssets
WHERE
tblAssets.Mac <> ''
AND (SELECT Count(*) FROM tblAssets AS a WHERE a.Mac = tblAssets.Mac) > 1
ORDER BY
tblAssets.Mac
yesterday
I'm going to resurrect this post to try and engage the community regarding transitioning from Lansweeper on-prem to Lansweeper sites. This seemed like a good place, as we use this specific report all the time; in fact, we have an alert setup to watch for and report any time we get duplicate mac addresses, so we can review and mitigate them.
My question; is it possible to re-create this functionality in Lansweeper sites?
I have deep concerns about the reporting functionality in Lansweeper sites. I had high hopes for the new "BI integrated reporting" that was introduced this month; while it introduces some needed functionality, it falls short in delivering on reporting parity with the on-prem version. We have numerous, complicated reports we have created on-prem, and I haven't figure out any way to get nearly the depth of functionality out of what's available in Sites.
Am I wrong? Is there a way to unlock functionality beyond what is readily available via the UI? I haven't found it, but I'd love to find out I've just missed something.
Thoughts?
‎07-14-2014 07:35 PM
‎07-11-2014 12:16 AM
SELECT Top 1000000
tblAssets.AssetID,
tblAssets.AssetName,
tblAssets.Mac
FROM
tblAssets
WHERE
tblAssets.Mac <> ''
AND (SELECT Count(*) FROM tblAssets AS a WHERE a.Mac = tblAssets.Mac) > 1
ORDER BY
tblAssets.Mac
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now