This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Custom SQL with URL output

Does solarwinds allow external links to be embedded into output of SQL query in a Custom Table widget inside a view?

I seem to have found other posts where users are

I am not able to create an SSH link as output from an SQL (not SWQL) query i created in a custom table.

The output looks like this:

AP NAMEAP IP ADDRESSSSH TO AP
AP110.1.2.3<a href="ssh://10.1.2.3">10.1.2.3</a>
AP210.2.3.4<a href="ssh://10.2.3.4">10.2.3.4</a>

I want the "SSH to AP" column to display as a clickable URL to go to the device.

Instead it is showing raw HTML and not rendering the HTML to display a link.


Is there something i can do to create a hyperlinked text as the output of a column in my custom table resource?