Comments
-
I just have the view limitation set to a Single Group. Yes, I have verified that a node with the defined pollers is included in the group. I also believe that this was once working at one time. I can't verify it, but it may have quit working when I upgraded to 2020.2.6.
-
select n.DisplayName as Name, n.DetailsUrl as _LinkFor_Name, a.CurrentValue as Vin, output.CurrentValue as Vout, current.CurrentValue as Amps, temp.CurrentValue as Temp from orion.npm.CustomPollerAssignment a join orion.npm.CustomPollers b on a.CustomPollerID=b.CustomPollerID join orion.Nodes n on a.NodeID=n.NodeID join…
-
Here is what it should and does look like with out limitations. The limitation setup is just a restriction to a specific group of nodes.
-
i will try last time I added code it thought it was spam
-
Would it be possible to bypass a view limitation for only one widget?
-
Nevermind, duplicate the report. I read it as the view.
-
Can you explain "duplicate it and then look at the data source for the SWQL behind it." I am not sure how this is accomplished.
-
Thanks, I was hoping it could be done though.
-
This maybe a better way of asking ..... I know this works. SELECT 'Hello World' as hello, '/Orion/SummaryView.aspx?ViewID=1' as _LinkFor_hello FROM Orion.Sites What is the syntax to include html inline within a Custom Query Widget? This doesn't work...... SELECT '<a href="/Orion/SummaryView.aspx?ViewID=1">Hello World</a>'…
-
OK, attached is some code for the entity field of an alert display. The code displays the html correctly within a Custom Table Widget but does not within a Custom Query Widget. Do yo see what I'm missing to get it working within a Custom Query Widget? CASE WHEN AlertObjects.EntityType = 'Orion.Groups' THEN CONCAT('Group ',…
-
I believe that is within a Custom Table Widget. Is it possible to display HTML within a Custom Query Widget?
-
Thanks for your response. Additionally, is it possible to display html within a column in a Custom Query Widget?
-
Folowup question: Should the _IconFor_Node Name work within a Custom Table Widget?
-
Nice. Thanks for the info on the Custom Query Widget. I will look into it. I think for my solution as a "Custom Table Widget" I can use the feature that is discussed in the answer here https://thwack.solarwinds.com/product-forums/the-orion-platform/f/report-lab/8654/swql-report---details-page-link-not-available and…
-
This is being built as a custom table widget for use in a view, however same principle would apply if creating a table for a report.