Hi,
I am creating a report that displays repetitive alerts related to bandwidth usage on interfaces. I wish to include a details page link on the 'Trigger object' (the interface).

I am using EntityDetailsUrl from Orion.AlertObjects. And the SWQL query looks like this:
"SELECT alertconfig.Name
,COUNT (alerthist.message) AS [Alert Count]
,alertobj.EntityCaption AS [Trigger Object]
,alertObj.EntityDetailsUrl AS DetailsUrl
,tolocal(max(alerthist.TimeStamp)) AS [Most Recent Trigger],
node.Caption AS [Node],
......."
However, when I try to add the display settings, I am not able to choose details page link:

I also tried to add the display settings to the node column, but it gives me the following message:

Does anyone have any ideas on how to solve this?