Home
Analytics
Turn OFF Toggle table of contents
Jac
Hi,
I need to know how to turn off 'Toggle Table of contents' in BIRT Report Viewer.Also i need to change the text {P} (in Parameter box) to some thing meaningful.Please help me.I am looking forward from you.
Find more posts tagged with
Comments
mwilliams
Hi Jac,
What do you mean by turn on "toggle table of contents"? You don't want that button in the toolbar?
As for the parameter box issue...what is the {P} text you're talking about? What version of BIRT are you using?
Jac
Hi,<br />
<br />
i am using BIRT 2.3.1.My client doesnot require this.I have successfully removed Toggle table of contents from Toolbar.And i found {p} to be a image.<br />
1. Can we customize or design our own parameter box?Can you send any link relevant to this?<br />
2. I have a report say A.By clicking on the record i am showing another Report say B(done using hyperlink option).From Report B i need to switch to Report A with out using Browser's back button.I have used history.back(-1) to move to previous pages for normal web applications.Please note that i have to send parameter on going back to Report A.How should i do this.I can very well do this using Dataset and its working fine.<br />
But i need this exact feature for a label.Though Label has hyperlink option,i am unable to pass the parameter back to Report A.Please help me on this.<br />
<br />
Thanks,<br />
Jac<br />
<br />
<br />
<blockquote class='ipsBlockquote' data-author="mwilliams"><p>Hi Jac,<br />
<br />
What do you mean by turn on "toggle table of contents"? You don't want that button in the toolbar?<br />
<br />
As for the parameter box issue...what is the {P} text you're talking about? What version of BIRT are you using?</p></blockquote>
mwilliams
Jac,<br />
<br />
Here is a post from the devShare that should help you with creating your own parameter page:<br />
<br />
<a class='bbc_url' href='
http://www.birt-exchange.org/devshare/deploying-birt-reports/298-2-2-birt-tag-library/#description'>2.2
BIRT Tag Library - Tips & Tricks - BIRT Exchange</a><br />
<br />
As for the hyperlink back to report A, just create hidden report parameters in report B. Pass the parameters from report A to report B through these parameters when you hyperlink from A to B. Then, when you link back to report A, you can pass the parameters that you've hidden back through to the original report. I haven't done this, but it should work. Let me know if you have questions.
Jac
Hi Micheal,<br />
<br />
Thanks a lot for your help.Hyperlink option seems working fine.<br />
<br />
<blockquote class='ipsBlockquote' data-author="mwilliams"><p>Jac,<br />
<br />
Here is a post from the devShare that should help you with creating your own parameter page:<br />
<br />
<a class='bbc_url' href='
http://www.birt-exchange.org/devshare/deploying-birt-reports/298-2-2-birt-tag-library/#description'>2.2
BIRT Tag Library - Tips & Tricks - BIRT Exchange</a><br />
<br />
As for the hyperlink back to report A, just create hidden report parameters in report B. Pass the parameters from report A to report B through these parameters when you hyperlink from A to B. Then, when you link back to report A, you can pass the parameters that you've hidden back through to the original report. I haven't done this, but it should work. Let me know if you have questions.</p></blockquote>
mwilliams
No problem. Always glad to help!