Reputation: 48
How can I create a dynamic link in a report (PRD 3.9.1)?. It should redirect to a URL that is contained in a parameter (urlParam = http://www.google.com
) or in a properties file that changes frequently.
Upvotes: 1
Views: 1278
Reputation: 5164
just use a formula for the url. use =[urlParam] to access the param directly, or you can add additional bits and build up the string if you need to.
Upvotes: 1