Skip to main content



      Home
Home » Archived » BIRT » Birt Checkbox(How to get pass dataset values using check box like as link)
Birt Checkbox [message #1552968] Thu, 08 January 2015 07:24 Go to next message
Eclipse UserFriend
Hi guys,

i tried this check box in table detail row, if using link i got parameter on link report but here i cant able to get parameter on link report

any body pls help me..

I tried this manner:

<script type="text/javascript">
function forwardtrt() {
var temp = new String(location.href);
var detailReport =<value-of>row["id"] </value-of>;
var TargetURL = temp.replace(/myreport1.rptdesign/, detailReport);
location.replace(TargetURL);
return false;
forward();
}
</script>

<table>
<INPUT TYPE="checkbox" NAME="check" VALUE="1" UNCHECKED onClick="forwardtrt('check.rptdesign')"/>

<br>
</table>
Re: Birt Checkbox [message #1579584 is a reply to message #1552968] Thu, 22 January 2015 21:44 Go to previous message
Eclipse UserFriend
So, when you click on a check box, you want to forward to a report and pass a particular value to it? Let me know if I'm understanding correctly.
Previous Topic:Report Designer - Unwanted Page Breaks
Next Topic:Data Grouping in List report
Goto Forum:
  


Current Time: Sun Apr 27 23:19:43 EDT 2025

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

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

Back to the top