Customer would like the ability to use measure properties in Ad Hoc charts to pass parameters on hyperlink, e.g.:
<hc:series name="Measure1">
|
<hc:contributor name="SeriesItemHyperlink">
|
<hc:contributorProperty name="hyperlinkType" valueType="Constant" value="ReportExecution"/>
|
<hc:contributorProperty name="hyperlinkTarget" valueType="Constant" value="Blank"/>
|
<hc:contributorProperty name="_report" valueType="Constant" value="/public/HTML5_columchart_dummy"/>
|
<hc:contributorProperty name="ID" valueType="Bucket" value="Level1"/>
|
</hc:contributor>
|
</hc:series>
|
Currently, this is only achieve with report JRXML
This is a good idea! We will consider this in the future requirement
Logged by a customer, added to the portal by Aha admin.