Trying to add a link in my report to be able to click and go directly to the record, which can be found at myurl/id so I need to be able to pass the id number into the link. Is this possible?
select
act.name as 'Name',
act.id as Id,
'dbr.purehtml : < a href="http://myurl/ NEED Id # HERE"> click here' as link