Skip to main content



      Home
Home » Archived » BIRT » Chart: howto show "Percentile Value Data" as Tooltip (on mouseover)
Chart: howto show "Percentile Value Data" as Tooltip (on mouseover) [message #1067946] Thu, 11 July 2013 07:38 Go to next message
Eclipse UserFriend

Hi,

i have a Pie Chart.

In the chart -> "Format Chart"(tab) -> Series -> Value series -> Labels .
I have added "Percentile Value Data" as Label on Chart.

I want to show the "Percentile Value Data" as Tooltip (on mouseover) with some other row data.
I cant see the "Percentile Value Data" in the tooltip-window,how can i get the "Percentile Value Data" in the tooltip ? this is what i want as tooltip:

"Percent: " + (i_want_to_show_percentile_value_data_here) + "Type: " + row["someRowData"];
Re: Chart: howto show "Percentile Value Data" as Tooltip (on mouseover) [message #1068055 is a reply to message #1067946] Thu, 11 July 2013 16:51 Go to previous message
Eclipse UserFriend
You can create a grouped table then make it invisible, then use an aggregation item to calculate the percentile. Then when you create the pie chart use the table as the data source. Make sure to name your table or this won't work. Then when you go to add tooltip text to your pie chart select the expression editor and you can create a script like you described above by getting the values from the table.

"Percent: " + row["Aggregation"] + " Type: " + row["someRowData"];
Previous Topic:Dynamic BIRT report not populating xml data
Next Topic:birt internationalization
Goto Forum:
  


Current Time: Wed Mar 19 13:33:42 EDT 2025

Powered by FUDForum. Page generated in 0.05993 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top