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)
How to alter Title bar of hyperlink window?
millvall
Hi everyone,
I have a simple hyperlink which opens a design in a new window, html format.
All works fine.
I would like to programatically alter the title bar of the new window. Is there an easy way? (I want to have it say something like: "Order B3029 Summary")
(I googled around and even tried __title as a param hoping the viewer might pick it up...but no luck.)
Thanks for any help.
Milt.
Find more posts tagged with
Comments
mwilliams
Hi Milt,
What does it currently say in the viewer title? Just "BIRT Report Viewer"? Or the name of the report?
Bsupport
Hi,<br />
<br />
<strong class='bbc'>If you are using BIRT:</strong><br />
<br />
If you are passing the hyperlink with the parameters then add __tittle (2 _ joined&title) =parametername in the link if you want it dynamic.<br />
For ex:<br />
<br />
<a class='bbc_url' href='
http://localhost:8080/Viewer/run?__title=TitleName&__report=reportReportName.rptdesign'>http://localhost:8080/Viewer/run?__title=TitleName&__report=reportReportName.rptdesign</a><br
/>
<br />
If you are opening the report with static name then you can write the TitleName in the title field of the report’s general properties.<br />
<br />
Regards,<br />
Birtsupport<br />
<a class='bbc_url' href='
http://www.reportinghouse.com'>Reporting
House: Our Focus...Your Reports</a>
millvall
Hi Mike,
Sorry for delay replying.
See attached picture, which shows the pop-up window from the hyperlink.
As you can see, it has a URL which looks pretty ugly.
To Reporting House:
Thanks for reply. As you can see I tried to use __title as a parameter, but it didn’t seem to help.
Thanks for any input.
mwilliams
Milt,
Is this with the Actuate Interactive Viewer?
millvall
Yes, IV Viewer.
I'm using AC BIRT pro 10sp1, and iServer Express.
Seems to ignore the __title param