I am unable to get a link working within the Organization chart extension.
Is there a way I can add a link to an external url. Every organisation block had it's own id which is used in the url.
regards, Fred
I am unable to get a link working within the Organization chart extension.
Is there a way I can add a link to an external url. Every organisation block had it's own id which is used in the url.
regards, Fred
The syntax is a basic dbr.url
one:
select 'dbr.url', 'https://external.com?id=[id]', 'Link name';
Where the [id]
refers to the id column in you dataset.
--
myDBR Team
Got it, thanks!
You must log in to post.