Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » How to hide parameters from URL when clicking on hyperlink on Master report(How to hide parameters from URL when clicking on hyperlink on Master report)
How to hide parameters from URL when clicking on hyperlink on Master report [message #1782812] Thu, 01 March 2018 19:14
Pradeep Patel is currently offline Pradeep PatelFriend
Messages: 2
Registered: February 2018
Junior Member
I am trying to figure out how to hide URL parameters.
If I click on the drill down hyperlink from master report it displays the URL parameter.
I am using Birt servlet /frameset. Below are the configuration:

<structure name="action">
<property name="formatType">html</property>
<property name="linkType">drill-through</property>
<property name="reportName">review-agent-by-policy.rptdesign</property>
<property name="targetBookmarkType">bookmark</property>
<property name="targetWindow">_blank</property>
<property name="targetFileType">report-design</property>
<list-property name="paramBindings">
<structure>
<property name="paramName">ProducerId</property>
<expression name="expression">params["ProducerId"]</expression>
</structure>
<structure>
<property name="paramName">ReportPeriod</property>
<expression name="expression">row["REPORTPERIOD"]</expression>
</structure>
</list-property>
</structure>

Is there a way I can hide URL parameters after clicking a link on Master Birt report using Drill down approach
Previous Topic:BIRT 4.7 maven runtime
Next Topic:Error .metadata\.log. when opening Eclipse
Goto Forum:
  


Current Time: Fri Apr 26 06:30:40 GMT 2024

Powered by FUDForum. Page generated in 0.02844 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top