Last Week in the Forums: Creating a "Top N and Other" Pie Chart, Adding Row Dimension Headers to a Crosstab, and more...
Posted by
mwilliams
, 25 July 2011 - 05:57 AM
This blog series takes a look back at the past week in the forums, recalling how active they were and highlights some of the questions asked that seem to frequent the forums or other interesting topics. The BIRT Exchange forums continue to be busy as we push towards August. There is lots more help from members answering questions these days too. Thanks to those members who are providing these answers. It is a great help to the community!
The first topic for this week is about creating a "top n" pie chart, with the rest of the slices being combined into a slice called "other". The poster was wanting to create a pie chart that showed the top 5 slices and then combine the rest in to a slice called "other". There is a minimum slice setting for a pie chart that allows you to set a minimum value and combine the ones that don't meet that value and call them "other". However, this doesn't work if you're wanting a top 5 with dynamic data. You don't know what the minimum slice should be. I'm sure there is a way to script this in your chart script too, but the solution provided to this question was to use a couple computed columns to find the top 5 values in the dataSet and to define the category of "other" to those that don't fall in the top 5. Then, you can use these columns in the chart instead. An example is provided in the forum thread.
The second topic I'll discuss this week is about adding row dimension headers to a crosstab. The poster was wanting to add header labels to the upper left cell in a crosstab but was having issues doing so. The solution provided was to first add a grid and add the labels inside of this. To get them to line up properly with the columns below, you need to set the width of the grid cells and the width of the crosstab cells to match.
The last topic I'll cover is about adding "future" data to your dataSet based on a trend line so it can be plotted. The poster had an issue where they wanted to extend the data in their dataSet based on a trend line and plot it so they could visualize whether they would meet a certain threshold in the next 10-20% of data if the current trend were to continue. The example used in the thread was CPU usage. There were several days worth of data and a threshold parameter supplied by the user. If there were 10 days of data, the poster was wanting the trend data to extend an extra 2 days to see if the threshold would be met at the current rate. The solution provided was to use a scripted dataSet to compute the slope of the trend line and to use this to extend the trend line data out the extra 20%. The data was then available in the scripted dataSet to plot with a chart. An example is included in the thread showing how this was done.
Again, this is just a small sample of what went through the forums this past week. For more questions and answers that have been posted, check out the forums. As always, if you have a question, feel free to ask it, and if you see a question you know the answer to or have a similar experience to, feel free to post an answer or comment.
The first topic for this week is about creating a "top n" pie chart, with the rest of the slices being combined into a slice called "other". The poster was wanting to create a pie chart that showed the top 5 slices and then combine the rest in to a slice called "other". There is a minimum slice setting for a pie chart that allows you to set a minimum value and combine the ones that don't meet that value and call them "other". However, this doesn't work if you're wanting a top 5 with dynamic data. You don't know what the minimum slice should be. I'm sure there is a way to script this in your chart script too, but the solution provided to this question was to use a couple computed columns to find the top 5 values in the dataSet and to define the category of "other" to those that don't fall in the top 5. Then, you can use these columns in the chart instead. An example is provided in the forum thread.
The second topic I'll discuss this week is about adding row dimension headers to a crosstab. The poster was wanting to add header labels to the upper left cell in a crosstab but was having issues doing so. The solution provided was to first add a grid and add the labels inside of this. To get them to line up properly with the columns below, you need to set the width of the grid cells and the width of the crosstab cells to match.
The last topic I'll cover is about adding "future" data to your dataSet based on a trend line so it can be plotted. The poster had an issue where they wanted to extend the data in their dataSet based on a trend line and plot it so they could visualize whether they would meet a certain threshold in the next 10-20% of data if the current trend were to continue. The example used in the thread was CPU usage. There were several days worth of data and a threshold parameter supplied by the user. If there were 10 days of data, the poster was wanting the trend data to extend an extra 2 days to see if the threshold would be met at the current rate. The solution provided was to use a scripted dataSet to compute the slope of the trend line and to use this to extend the trend line data out the extra 20%. The data was then available in the scripted dataSet to plot with a chart. An example is included in the thread showing how this was done.
Again, this is just a small sample of what went through the forums this past week. For more questions and answers that have been posted, check out the forums. As always, if you have a question, feel free to ask it, and if you see a question you know the answer to or have a similar experience to, feel free to post an answer or comment.
0 Comments On This Entry
Page 1 of 1
Page 1 of 1
Recent Entries
Plug In 2 BIRT Contest - Spring 2013 Ends Soon
Creating Derived Cube Measures and More with BIRT and ActuateOne
Drop Elements Depending on Output Format
Solving a TOC Bookmark Issue by Using Multiple Fields in a Single Group Expression
Visualizing the Impact of Database Changes with BIRT and ActuateOne
Actuate's 11SP4 Release Provides Many Powerful New Capabilities, Including HTML5 Charts and more!
Getting a Marker in the Middle of a Gantt Chart Bar, Multi-Level HTML List Numbering, and more...
Switch to a Default Table if no Values Returned in Query, Parameterize the From Portion of an SQL Query, and more...
Adding Text to an Image, Using Table Data for a Crosstab's Data, and more...
Only Highlight Bars of a Certain Series in a Chart, Reordering a Table's Columns, and more...
Creating Derived Cube Measures and More with BIRT and ActuateOne
Drop Elements Depending on Output Format
Solving a TOC Bookmark Issue by Using Multiple Fields in a Single Group Expression
Visualizing the Impact of Database Changes with BIRT and ActuateOne
Actuate's 11SP4 Release Provides Many Powerful New Capabilities, Including HTML5 Charts and more!
Getting a Marker in the Middle of a Gantt Chart Bar, Multi-Level HTML List Numbering, and more...
Switch to a Default Table if no Values Returned in Query, Parameterize the From Portion of an SQL Query, and more...
Adding Text to an Image, Using Table Data for a Crosstab's Data, and more...
Only Highlight Bars of a Certain Series in a Chart, Reordering a Table's Columns, and more...
My Blog Links
Recent Comments
- mwilliams on Drop Elements Depending on Output Format
- donino on Drop Elements Depending on Output Format
- mwilliams on Creating a BIRT report as a calendar view
- lnallamalli on Creating a BIRT report as a calendar view
- For Birt on Last Week in the Forums: BIRT and R Statistical Language, Specified Sort Order for a Table, and more...
- Bhanwar on Last Week in the Forums: Filtering Blank Spaces from Distinct Count Aggregation, Adding a Line at 0 in a Chart with Negative Values, and more...
- Srividya Sharma on Sorting a Crosstab by a Field Not Displayed in the Crosstab
- mwilliams on Last Week in the Forums: Using the Concatenate Aggregate, Hiding a Column When There is No Data, and more...
- java032 on Last Week in the Forums: Using the Concatenate Aggregate, Hiding a Column When There is No Data, and more...
- java032 on Last Week in the Forums: Using the Concatenate Aggregate, Hiding a Column When There is No Data, and more...
0 user(s) viewing
0 Guests
0 member(s)
0 anonymous member(s)
0 member(s)
0 anonymous member(s)
Categories
- .rptdocument
- 11 SP4
- Actuate
- ActuateJavaComponent
- ActuateOne
- aggregating data
- aggregation
- alignment issues
- Alternating Highlight
- archived BIRT versions
- area chart
- axis label
- barcodes
- batch file
- BDPro
- BIRT
- BIRT Exchange
- BIRT functions
- BIRT Studio
- BIRT-Exchange
- bookmarks
- border
- border color
- bursting
- calendar
- cascading parameter
- CEAPI
- cell border
- chart
- charting
- charts
- color
- color codes
- command line
- computed column
- connection profile
- contest
- crosstab
- CSS
- CSV
- CSV export
- custom group
- custom sort
- Data Analyzer
- data cube
- Data Object
- data point label spacing
- data row security
- data set filter
- data set parameters
- dataset parameters
- Date Format
- deapi
- deploy
- devShare
- display name
- drop
- drop series
- dynamic chart
- dynamic chart labels
- dynamic chart marker
- dynamic chart scale
- dynamic chart title
- dynamic column sort
- Dynamic Column Visibility
- dynamic data set
- dynamic grid content
- dynamic grouping
- dynamic labels
- dynamic min/max
- dynamic scale
- Dynamic Text
- Dynamic Width
- Eclipse
- elapsed time format
- embedded grid
- empty csv error
- Event Handlers
- exception handling
- export data
- expression builder
- filter
- Firefox
- flash map
- Forum
- Forums
- fragmented schema
- gantt
- gantt chart
- global function
- GMT date
- grids
- group numbering
- grouping
- hide label
- hide measure detail
- hide series
- Hierarchy
- hierarchy report
- highlight
- highlight negative numbers
- HTML
- HTML listbox
- html lists
- HTML select form
- HTML Table
- HTML5
- https
- hyperlink
- image
- Impact Analysis
- Import Elements
- Ineractive Viewer
- Information Objects
- Interactive Viewer
- invalid dates
- iServer
- JAX-WS
- joint data set
- jquery
- jsapi
- JSF
- JSP
- legend
- legend color
- Library
- line height
- locale
- localization
- marker range color
- master page
- masterpage
- Maximo
- merge data
- multi-line text
- multi-select parameter
- multi-select parameters
- multi-value parameter
- multiple series
- NetWeaver
- newspaper
- newspaper layout
- optional y-series grouping
- osgi
- overlaying elements
- page break
- parameter
- parameters
- parameters in query
- PDF Complete
- Perl
- Pie Chart
- plug-in
- postgresql encoding issue
- progress bar
- property file
- R Statistical Language
- refresh report
- relative path
- reorder table
- report engine
- report viewer title
- reporting
- Reports
- Rolling Sum
- rotated text
- rptdesign
- rptlibrary
- runtime
- scatter plot
- script
- scripted dataset
- scroll bars
- Seam
- secure connection
- series color
- series name
- session variable
- sort
- Sort Order
- SP4
- special characters
- SQL
- SQL injection
- stacked bar
- stored procedure
- Styles
- Sub Report
- summing values from two different elements
- SVG
- table
- table footer
- Themes
- TOC
- TOC with page numbers
- tomcat
- Tooltip
- transient report cache
- truncated text
- user parameters
- Vaadin
- value-of format
- version features
- Viewer
- viewer title
- visibility
- Web Service
- web viewer
- Webshpere
- Word
- xls
- XML data source




Del.icio.us
Digg
Facebook
Google
Mixx
Reddit
StumbleUpon
