user2514849
user2514849

Reputation: 48

Create a dynamic link in a PRD report

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

Answers (1)

Codek
Codek

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

Related Questions