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)
Hyber link based on some condition
purushdk
Hi,
i am using birt 2.3.1,
i need implement sub report using drill through i am give link, but based on some condition hyper link i need add.
Kindly provide some example.
Thanks & Regards,
k.purushothaman
Find more posts tagged with
Comments
mwilliams
Hi k.purushothaman,
What would be the condition in which you would hyperlink or not hyperlink?
purushdk
Hi<br />
<br />
I column name called travel mode if travel mode is Air i need to provide link<br />
<br />
example<br />
<br />
if(tavelmode=="AIR"){<br />
view ticket details<br />
<br />
}esle{<br />
Not Applicable<br />
}<br />
<br />
<br />
Thanks & Regards,<br />
k.purushothaman
mwilliams
k.purushothaman,<br />
<br />
This post from the devShare should give you an idea on how to disable a hyperlink based on another value. In this case it's output format, but it should be the same idea.
<br />
<br />
<a class='bbc_url' href='
http://www.birt-exchange.org/devshare/designing-birt-reports/540-little-trick-disable-the-hyperlink-according-to-the-output-format/#description'>Little
trick: Disable the hyperlink according to the output format - Tips & Tricks - BIRT Exchange</a>