Page 1 of 1
Last Week in the Forums: Export Data Gives Wrong Column Name, Sorting a String Field in a Custom Order, and more...
Posted by
mwilliams
, 30 July 2012 - 03:28 PM
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 forums continue to pick the pace back up and are pretty busy, now. Keep the good questions and answers coming. As always, thanks to those users who help answer questions! It is a great help to the community!
The unanswered post, from last week, that I'll cover, is about outputting the display name in csv export. The issue in this post is that the csv export uses the original column name from the database, rather than the "display name", defined in the report. The output is fine when export report is used, but with export data, it is not. If anyone has a solution or suggestion for this, please post in the thread.
The next topic I'll cover, this week, is about sorting a string field in a custom order. The issue in this post is that the desired sort order for a "status" column should be user defined. The sort order should be able to be any order, not just ascending and descending alphabetically. An example solution is provided that takes the values from the field and puts them in an HTML form with input text boxes, so the user can specify the order. A link to the devshare article can be found in the thread or you can just click here, to go directly to it.
The last topic, for this week, is about hiding the date that always shows at the bottom of the report. I saw this question, last week, and it made me think. If you're new to BIRT, you may not know the whole master page vs design layout setup, so I could see how this could trick a new user. For those wanting to get rid of the date at the bottom of the page, simply go to the master page tab under the design window, and delete the date element from the footer. This is also where you would add any content that you'd like to appear on each page, like page numbers, etc.
Thanks for reading this weeks blog! 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 unanswered post, from last week, that I'll cover, is about outputting the display name in csv export. The issue in this post is that the csv export uses the original column name from the database, rather than the "display name", defined in the report. The output is fine when export report is used, but with export data, it is not. If anyone has a solution or suggestion for this, please post in the thread.
The next topic I'll cover, this week, is about sorting a string field in a custom order. The issue in this post is that the desired sort order for a "status" column should be user defined. The sort order should be able to be any order, not just ascending and descending alphabetically. An example solution is provided that takes the values from the field and puts them in an HTML form with input text boxes, so the user can specify the order. A link to the devshare article can be found in the thread or you can just click here, to go directly to it.
The last topic, for this week, is about hiding the date that always shows at the bottom of the report. I saw this question, last week, and it made me think. If you're new to BIRT, you may not know the whole master page vs design layout setup, so I could see how this could trick a new user. For those wanting to get rid of the date at the bottom of the page, simply go to the master page tab under the design window, and delete the date element from the footer. This is also where you would add any content that you'd like to appear on each page, like page numbers, etc.
Thanks for reading this weeks blog! 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.
Last Week in the Forums: Schedule Reports to Output to CSV, Elapsed Time Format, and more...
Posted by
mwilliams
, 05 December 2011 - 05:55 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. We are in the last month of the year now and the forums continue to be a busy place. I'm not expecting this to change in the new year, either. BIRT is obviously a very popular data visualization tool! :) Many great questions and answers are being posted every day. As always, thanks to those users who help answer questions! It is a great help to the community!
This weeks unanswered question is about scheduling reports to output in CSV. The poster is wanting to be able to schedule reports to run to CSV output. They are using Maximo where they have the option to schedule for PDF and XLS, but not CSV. If anyone has a suggestion or solution, please respond in the thread that is linked above!
The second topic for this week is about elapsed time formatting. The poster had a field that represented the seconds between two dates. They wanted to show the time in a format like, hh:mm:ss. They created a datetime field and used the seconds to create a date and formatted the date to only showed the time portion. This worked out great, until they had a span of over 24 hours, then the elapsed day, disappeared. The way suggested to handle this is to write a simple script to figure the hours, minutes, and seconds and just create the formatted time string that way. If any aggregations must be done on this data, you still have the elapsed seconds field to use in these computations.
The last topic for this week is about showing a table tooltip on a chart on mouseover. The poster wanted to be able to show a 4x4 grid of detail values when they hover over a data point in a chart but didn't know how. In the thread, an example shows how you can create a HTML table in a div in a HTML text box, then use client side script to cause a HTML table to "popup" when you hover over a datapoint. An example can be found in the thread.
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.
This weeks unanswered question is about scheduling reports to output in CSV. The poster is wanting to be able to schedule reports to run to CSV output. They are using Maximo where they have the option to schedule for PDF and XLS, but not CSV. If anyone has a suggestion or solution, please respond in the thread that is linked above!
The second topic for this week is about elapsed time formatting. The poster had a field that represented the seconds between two dates. They wanted to show the time in a format like, hh:mm:ss. They created a datetime field and used the seconds to create a date and formatted the date to only showed the time portion. This worked out great, until they had a span of over 24 hours, then the elapsed day, disappeared. The way suggested to handle this is to write a simple script to figure the hours, minutes, and seconds and just create the formatted time string that way. If any aggregations must be done on this data, you still have the elapsed seconds field to use in these computations.
The last topic for this week is about showing a table tooltip on a chart on mouseover. The poster wanted to be able to show a 4x4 grid of detail values when they hover over a data point in a chart but didn't know how. In the thread, an example shows how you can create a HTML table in a div in a HTML text box, then use client side script to cause a HTML table to "popup" when you hover over a datapoint. An example can be found in the thread.
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.
Page 1 of 1
Recent Entries
Creating a "Tabbed" HTML Report Design
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...
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...
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
- client side script
- 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
- tabbed report
- 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


