I am working on a report for my EOC that will pull all the Triggered alerts from the 4 Orion instances i manage. The report works great, but i am having one major issue. I wanted to have the Node Captions link to the proper node Details page for that node. My EOC database resides on the same SQL server as one of my instances. However, using the standard "/Orion/View.aspx?View=NodeDetails&NetObject=N:${NodeID}" automatically adds the base URL of the EOC database's host Orion instance.
Try as i might, I cannot seem to change that first website section for "http://ORIONSERVER" to accept a variable even though the EOC_Orion table maintains the websites for each instance.
Is there anyway around this or am I stuck?
Furthermore, can a custom SELECT statement be used within that Web URL section? Something akin to what can be down within Alert messages? ${SQL: SELECT table.column FROM table Where something = somthingelse}