
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2013 05:02 PM
Anyone else seeing issues with the report builder in v5 (5049)?
Specifically, if editing a value in the Criteria Pane, before edit, the code looks like this:
It then updates the Code to include that field twice in the Select statement (tblAssets.IPAddress in this case)
And then it gives error messages like this one (see attached). It happens enough, that I know when I've edited int he middle pane, to go and clean up the SQL query, but it's annoying.
Also, it seems like if you remove an output option in the top pane (uncheck Domain for example in this report), it says it has to update the query, you click save and run and it still has the Domain field. It requires multiple times to uncheck.
I'm fairly proficient with editing the code by hand and can fix the queries, but just wondering if there are any others seeing these issues and if there are any plans for fixing it? I understand too that the report builder is third-party, so maybe discussing it with them?
IE 9 is the browser I'm doing the editing in.
Specifically, if editing a value in the Criteria Pane, before edit, the code looks like this:
Select Top 1000000 tsysAssetTypes.AssetTypeIcon10 As icon,
tblAssets.AssetID,
tblAssets.AssetName,
tblAssets.Domain,
tblAssets.IPAddress,
tblAssets.Processor As Processor1,
tblAssets.NrProcessors As NrProcessors1,
tblSqlServers.serviceName,
tblSqlServers.displayVersion,
tblSqlServers.skuName,
tblSqlServers.version
From tblAssets
Inner Join tsysAssetTypes On tsysAssetTypes.AssetType = tblAssets.Assettype
Left Join tblSqlServers On tblAssets.AssetID = tblSqlServers.AssetID
Order By tblAssets.AssetUnique,
tblSqlServers.serviceName
It then updates the Code to include that field twice in the Select statement (tblAssets.IPAddress in this case)
Select Top 1000000 tsysAssetTypes.AssetTypeIcon10 As icon,
tblAssets.AssetID,
tblAssets.AssetName,
tblAssets.Domain,
tblAssets.IPAddress,
tblAssets.IPAddress,
tblAssets.Processor As Processor1,
tblAssets.NrProcessors As NrProcessors1,
tblSqlServers.serviceName,
tblSqlServers.displayVersion,
tblSqlServers.skuName,
tblSqlServers.version
From tblAssets
Inner Join tsysAssetTypes On tsysAssetTypes.AssetType = tblAssets.Assettype
Left Join tblSqlServers On tblAssets.AssetID = tblSqlServers.AssetID
Where tblAssets.IPAddress Like '%199%'
Order By tblAssets.AssetUnique,
tblSqlServers.serviceName
And then it gives error messages like this one (see attached). It happens enough, that I know when I've edited int he middle pane, to go and clean up the SQL query, but it's annoying.
Also, it seems like if you remove an output option in the top pane (uncheck Domain for example in this report), it says it has to update the query, you click save and run and it still has the Domain field. It requires multiple times to uncheck.
I'm fairly proficient with editing the code by hand and can fix the queries, but just wondering if there are any others seeing these issues and if there are any plans for fixing it? I understand too that the report builder is third-party, so maybe discussing it with them?
IE 9 is the browser I'm doing the editing in.
Solved! Go to Solution.
Labels:
- Labels:
-
Archive
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2015 02:43 PM
FYI for everyone, as we got a question about this: there were some bugs in the report builder when Lansweeper 5.0 was first released. These have long since been fixed. Update your installation if you experience any of the aforementioned issues.
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2015 02:43 PM
FYI for everyone, as we got a question about this: there were some bugs in the report builder when Lansweeper 5.0 was first released. These have long since been fixed. Update your installation if you experience any of the aforementioned issues.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2013 07:17 PM
I sent a screen recording with a reference to this thread to tech support.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2013 09:18 PM
harringg wrote:
I sent a screen recording with a reference to this thread to tech support.
Thanks for doing that. I just haven't had time to do it today.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2013 12:13 PM
A couple of customers have reported these issues, but we have so far been unable to reproduce them on a consistent basis. Please contact support@lansweeper.com and provide us with the steps you are taking to produce the behavior, as well as the edition/version of your database server.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2013 09:49 PM
I was hoping that I wasn't the only one
We recently did a fresh install of v 5 (5052) and we are seeing the same behavior. I'm also using IE9 and Chrome with the same behavior.
It takes a number of tries (unchecking, removing columns) to get it not to move and/or add columns on you.
If you want to move a column it adds it or doesn't leave it where you want it to be. This also takes a number of tries to get it just right.
I'd almost have to post a movie to explain it best, but I think we have it covered.



We recently did a fresh install of v 5 (5052) and we are seeing the same behavior. I'm also using IE9 and Chrome with the same behavior.
It takes a number of tries (unchecking, removing columns) to get it not to move and/or add columns on you.
If you want to move a column it adds it or doesn't leave it where you want it to be. This also takes a number of tries to get it just right.
I'd almost have to post a movie to explain it best, but I think we have it covered.
