Home
Designing Analytics Reports
interactive chart axis labels
system_migrated
<p>I have a report that contains a table group, where each group is printed on a row followed by multiple detail rows for that category. In this report I also have a stacked bar chart that uses the same table group names as the X-axis labels. For illustration, think of this report like a car lot inventory sheet. I have a group for each Make followed by rows for each individual Model.</p><p> </p><p>I'm attempting to make the chart's X-axis labels (Make) interactive. To do this, I've done the following:</p><ul class='bbcol decimal'><li>Added a bookmark for the row that displays the group name. The bookmark uses the unique id of the group as opposed to the name itself. </li><li>In the chart's X-axis interactivity tab, I edited the hyperlink option to use an Internal Bookmark Base URL. This uses the bookmark defined by the row. </li></ul><p>When viewing the source html of the generated report, I see the unique bookmarks I'm expecting (one for each Make). But when I click on the interactive chart labels, the report takes me to the same bookmark for every label I click. I'm using an older version of BIRT (2.6.2) but I see the same behavior in 4.2.1 as well.</p><p>Any thoughts or suggestions on how to get the chart labels to select the correct bookmark?</p><p> </p>
Find more posts tagged with
Comments
There are no comments yet