Community
Participate
Working Groups
Build Identifier: 20100218-1602 Unable to use the chart data points to construct a URL for the hyperlink action in for chart interactivity. When I try and include a chart data point no hyperlink is generated. Removing the reference brings the hyperlink back. Reproducible: Always Steps to Reproduce: 1.create empty report 2.create data source pointing at classic models inc test data 3.create data set as "select * from classicmodels.customers" on the above data source. 4.add chart to report body 5.select data set created above 6.put customer name and x axis and customer number as y axis 7.in format chart click on the Value (Y) Series and press interactivity 8.choose mouse click, action hyperlink, add, enter name "test", edit base url 9.click on "javascript syntax" next to *Location 10.In the Javascript box enter a simple URL like "http://www.google.com/search?q=" + valueSeriesName. You can select the valueSeriesName from the builder if you like. 11.Run the report. No hyperlinks. 12.Change the hyperlink text to "http://www.google.com/search?q=" + row["CUSTOMERNAME"], run the report and click on a bar. Hyperlink is working correctly.