Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Tool Tip in BIRT
ssekhar
Hi,
I created a Pie chart. I want to show the column values in a tool tip (based on some grouping). Please let me know how can I do it.
Thanks
Find more posts tagged with
Comments
JasonW
Not sure this is what you are looking for but here is an example that shows two columns in the tooltip.
JasonW
again :> missed the button
ssekhar
Hi Jason,
Thanks for your reply. I don't see any tooltip when I run this report.
can you please check it out.
Thanks in advance
Sekhar.
JasonW
Change the chart output type to png. I assume you do not have svg enabled in the report designer preferences.
ssekhar
Hi Jason,
Thanks for you reply. My probelm here is I have 5 clomns in my dataset. I want to show one column data in a tool tip based on some condition. I am able to show only one row value in the column.
for ex: The customer column has 6 rows of data. I want to show 3 rows of data in a tooltip.
Please let me know how can I do it.
Thanks.
JasonW
Take a look at the attached example. Look at the scripts in the beforeFactory and the oncreate for the table row. Also look at the tooltip expression.
Jason
ssekhar
Hi Jason,
The example was very good. I am able to get all column data when I add oncreate method on table detail row. But I want this on table group row.
I am getting only one value when I add oncreate metod on table group row.
Please help me in solving this.
Thanks in advance.
Thanks,
Sekhar.