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 not working
davidhoi
Hi Team:
I need some confirmation as to whether drill down from master to detail report is supported when the master report is generated from the runtime genreport.bat batch file. Whenever I drill down from the master table, I will always get a file not found error. The error is:
Firefox can't find the file at /C:/Program Files/eclipse/RunTime/ReportEngine/genReport.bat -f HTML -o test1.html -F samples/Alerts_Drilldown1.rptdesign.
Any advise is greatly appreciated
Find more posts tagged with
Comments
Virgil Dodson
Hi davidhoi,
You might have to dig into the source for org.eclipse.birt.report.engine.api.ReportRunner to make this works correctly. An alternative is to create your own hyperlinks instead of using the hyperlink builder. You can easily do this with a Text control, select HTML, and then construct the <a href=... command. The Text control allows you to grab dynamic text so you can create a new hyperlink for each row.
I'm moving this thread to the Deploying with BIRT engine forum where others may have more responses.