Is there any way to create parameterized reports that query the user for the values, or work like some of the built-in reports and accept a URL parameter?
Hello,I have created a custom report and would like to make clickable on counts.Would be great if I can just click on 'count', like picture below and get result with status stock in that country (custom3).Select Top 1000000 tblAssetCustom.Custom3 As ...
I would like to pass a parameter (e.g. @AssetName=PC001) to my new created report in order to set a filter.Unfortunately this seems only possible to some Reports like "report.aspx?&det=dynamicGroup&@assetgroupid=12"Is it somehow possible to pass the ...
I've got the report from https://www.lansweeper.com/report/windows-11-requirements-audit/ but it only finds 6 machines and we simply have more than that (out of 202 Win 10 machines I would estimate 50-75%). One virtual machine out of a group of four ...
Hii need a report for only printers out of warranty (matching the warranty field).I try to customize this:Select Top 1000000 tblAssetCustom.AssetID, tblAssets.AssetName, tblAssets.IPAddress, tsysAssetTypes.AssetTypename, tblAssetCustom.Model, tb...
We need to set up a report on Tickets and their SLAs, specifically:Closed within SLAOpen within SLAOpen - Out of SLAClosed - Out of SLAwithin a certain time period.Please advise what we need to set up this report.