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)
Adjust the column size dynamically
Birtsnew
Hi,
I would like to design the report chart with table.
1.The chart x-axis may be controlled by user(the number of bars may increse or decrese based on user selection).
2.The table should display the data along with bar chart.
if the number of bars incresed or decresed , the table column also should adjust dynamically.
Please find the attached pdf.
please let me is any way to implement like this.
Find more posts tagged with
Comments
micajblock
As far as I know you have two choices:
1. Create a chart with a cross-tab below it, and then size them both carefully (maybe even in code) so the chart and the cross-tab align up.
2. Create (extend) a custom chart type which is a chart with a table below it. There have been discussions to add such a chart type (exists in Excel) but this has not been done yet. If you choose to go down this route I am sure the BIRT project would love to add this project.