Chart Area dynamic hyperlink [message #1013659] |
Sun, 24 February 2013 00:03 |
Eclipse User |
|
|
|
I have a report with two datasets using mysql stored procedures.
The first returns 1 row/result, uses the input of a Report Parameter. It is hidden from the report.
The second has a line chart generated off it. I am trying to use the Chart Area -> Interactivity -> Mouse Click/Hyperlink to build a hyperlink. So no matter where you click on the chart it'll follow through to the same hyperlink.
The problem is i need to inject the result from the hidden dataset into that url - and I can't figure out a good way.
Other hyperlink JS windows give you the option to add in a row["column"], but for "Chart Area" the only options are "Report Parameters".
I tried setting a report parameter using js after open/close of the hidden dataset, and it doesn't work. It seems the only time you can set a report parameter with js is in the BeforeFactory section.
So I don't really know a good way to solve this problem. Any suggestions?
Thanks!
|
|
|
Powered by
FUDForum. Page generated in 0.03076 seconds