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)
TOC Report
birtq
Hi,
In the following report"TOC_REPORT" if row["CUSTOMERNAME"] is given in hyperlink n bookmark instead of "Customer:"+row["CUSTOMERNUMBER"] ...report doesnot work as it should AND wats the use of "Customer:"+.
Please reply
Thanks
birtq
Find more posts tagged with
Comments
mwilliams
Hi birtq,
I ran it with "Customer:"+ and without it. Also, I ran it with row["CustomerName"] and row["CustomerNumber"] and couldn't break it. "Customer:"+ was probably just added to make a unique bookmark. It's not really necessary.
Did you make sure you had the same in the bookmark and in the hyperlink?
birtq
Hi,
Firts of all thanks for your reply .
yes i am sure that the content of hyperlink and bookmark is same ...i am not able to figure out that why if i change [CUSTOMERNUMBER] TO [CUSTOMERNAME] ,it doesnot work .
i am trying to implement sucha thing in my report and its not working though bookmark and hyperlink content are the same.
dont know where does the problem exist.
using birt 2.3
Thanks
birtq
mwilliams
birtq,
Can you attach the report design with your changes to make it row["CUSTOMERNAME"]? That may help me figure out where the problem is.
birtq
Hi,
i have attached the file with the change and its not working.
Thanks,
birtq
mwilliams
birtq,
I see the problem. You put the bookmark on the data item in the list, so your hyperlink was just going to the row["CUSTOMERNAME"] in the list. The original bookmark, the one you need to change to row["CUSTOMERNAME"], is down on the data item in the table. Delete the one on the list data item and go change the one in the table and it should work for you.
birtq
yeaaah....it works!!!!!
Thanks,birtq