Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
HyperLink in a birt eclipse report
A@vi
Hello ,
I am using Birt Eclipse Report . I am creating a hyperlink in a report which will link it to another jsp page.
If i am giving direct values , then it is linking to that page. But how to get datas dynamically from the service ?
Reply ASAP....
Thanks....
Find more posts tagged with
Comments
mwilliams
Hi A@vi,
What are you trying to pass through the hyperlink? You should be able to build your hyperlink URI with script and grab data from within the script methods. What are you currently doing?
thuston
On a data control, go to Properties and Hyperlink. Choose Edit - Fx (JavaScript Syntax like Michael mentioned). Use the builder to select your data columns and add them to your URL String.
"
https://myorg.salesforce.com/"
; + row["AccountId"]