Hi,
I have a log server. I want to create a hyperlink in SWQL that would get a portion of a hyperlink, then get IP addresses of nodes per location, then rest of the link.
So basically I want to create a single string using SELECT within it.
Here is what I thought will work:
SELECT REPLACE('<a href="logservser.mycompany.com/search, 'PATTERN', (SELECT 'node%3D%22' + ToString([N].[IPAddress]) + '%22%20OR%20' FROM Orion.Nodes AS [N] Where Location = ${Location}))
Or the same without the leading SELECT.
Yet after many tries I start to think this is impossible. Please prove me wrong Thank you!