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)
Split Bar Graph in BIRT 3.7.1 based on the column count
srikala
We are using a Bar graph to represent the count of models. But when the model count is more than 30 or 20 we are unable to show all of them in one graph , so we want to split the graph based on the row count. ie for the first 10 one graph and the next 10 another and so on. How can we implement this in BIRT 3.7.1.
Any help is appreciated.
Thanks
srikala.
Find more posts tagged with
Comments
mwilliams
A possible solution could be if you put the chart in a table and use an interval group for the table, you could use the data from the group for the chart. This would allow for only your certain number of bars per chart because the available data would be limited by the group. Hope this helps.