The most recent content from our members.
I am using the SQL command below to generate weekdays report (business hour only) but to find out that it still covers the non-business hours. Please advise. Thanks. DECLARE @StartDate DateTime DECLARE @EndDate DateTime SET @StartDate = '2014-12-08 07:00:00' SET @EndDate = '2014-12-12 19:00:00' set nocount on create table…
When my report is generated, some areas are displaying spinning wheel logo on it. Is there a way to prevent that from happening?
Hi All, I'm trying to set up a report to try and beat our WAN provider with. One thing I'd like to do is try and display the Latency and Packet Loss graphs that can be displayed on a node summary screen for each of our 58 routers in a graph per site in one report. Is there a quick and pain free way to do this as I can't…
i recently created a view to create a dashboard of my site to site links. I then created a report with the same site to site links and the charts show a different amount of data. which one is correct? how can that be? i used the same last 7 day period, with 5 min sampling. I see traffic as high as 60 Mbps on my view but my…
Hi All, I have a sql report in report writer that I would like to GROUP devices by a specific custom property, however, it does not seem to be working for me. Here is my sql. select T1.NodeId, Caption, Vendor, IP_Address, MachineType, t2.Model, servicetag, XX_Serial_Number, XX_Location, XX_Rack from Nodes t1 inner join…
Good afternoon SW users, I hope all is well I have a few questions with regards to the email reports you can generate via Orion Web Interface. 1) I am bundling many reports into one email, is there any way to combine all these reports into one xls/pdf instead of the email sending off 20 attachments? 2) Can the following be…
It looks like you're new here. Sign in or register to get started.