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)
displayText in drill-through report
Rainer
Hi all, with birt designer I can present a value and a displayText in for example ComboBoxes. This display text I can use in report output via calling param[xyz].displayText. If I define some hyperlink, Birt brings the displayText with the value and I can use it in some drill report. While Iam using the api with a custom HTMLActionHandler I can?t find an option to get the displayText in my ActionHandler. <br />
This is how I set paraneter values:<br />
<br />
<pre class='_prettyXprint _lang-auto _linenums:0'>runTask.setParameter (
entry.getKey(), entry.getValue().getValue(), entry.getValue().getDisplayText()
);</pre>
<br />
and in my ActionHandler I use a customized version of HtmlActionHandler which is provided in package org.eclipse.birt.report.engine.api.HTMLActionHandler<br />
<br />
There is a method getDisplayValue in HTMLActionHandler but this only seems to format Objects.<br />
<br />
Does anybody know how to get defined displayValues from ParameterBinding in HTMLActionHandler?<br />
<br />
Regards Rainer
Find more posts tagged with
Comments
johnw
Your probably going to need to set it in the Application Context in initialize.