BIRT Exchange Forum: BIRT Exchange Forum -> Michael's BIRT Blog

Jump to content


 

BIRT Poll: Have you ever done any development work on mobile?

Yes - lotsYes - someNo - but plan toNo time or interestWhat is mobile?
Page 1 of 1

Last Week in the Forums: JAX-WS Data Source Issue, Issue with Scatter Plot and LOTS of Data, and more...

Posted by mwilliams  Icon, 16 July 2012 - 06:43 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. There seemed to be a little bit of a lull in traffic this past week. That's probably a good thing, because I was out of town the last half of the week. I know if everyone else's weather is anything like the weather here, in Kansas, people are probably running off to vacation, in a cool place! :) 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 using a JAX-WS (axis 2) data source, with BIRT. The poster is currently running into issues with getting the schema from the response, while using Geronimo. If anyone has set something like this up or has any web services wisdom to pass along, please post in the thread.

The next topic I'll discuss is about using lots of data in a scatter plot. The poster was having troubles plotting the data they had. Using a line chart, they ended up with weird straight lines running across the chart where they shouldn't be. With this happening, they turned to a scatter plot, but the smallest size of marker was too big to show the intricate details of the plot, as there was lots and lots of data and multiple series close together. A solution is provided that shows the output of using a 1 pixel image as the marker with the size set at 0. With this setting, the marker truly is a 1 pixel dot, which allows the plot to render clearly, even with lots of data. The poster ended up using a different route, that required more work, to get around the issue. Their solution is detailed step by step, in the thread.

The last topic, for this week, is about using row data to auto-fill values in a standard text. The poster had several rows of data and wanted to use the values from their dataSet rows to personalize a text. One solution to this is detailed in the thread. It is to use a text box in a table bound to the dataSet and use the <value-of> tag inside the HTML text box to be able to call the current row's data to complete the text. Within the table, this will dynamically fill in the appropriate information into the text, for each row.

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.

Filed in BIRT, BIRT Exchange, forums, reporting, JAX-WS, web service, chart, scatter plot, dynamic text

Last week in the Forums: Fragmented WSDL Schema Issue, Modyfying a Grid's Contents Dynamically, and more...

Posted by mwilliams  Icon, 09 July 2012 - 07:46 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. Lots of good questions were asked in this first week of the second half of the year. Doesn't look like we'll be slowing down much, at all, this year. 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, for this week, is about a problem with fragmented wsdl schemas, in BIRT. The poster is having an issue using a fragmented schema in their web service dataSet. They show their original wsdl and original schema in the thread, along with a changed schema that they found they could do to make it work, but they don't want to have to do. If anyone has run into an issue with this before or has an idea of something they could do to get around it without changing the schema, please post in the thread.

The next topic I'll cover is about modifying the contents of a grid dynamically. The poster wanted to be able to create an array from the rows in a dataSet and, then, step through their grid and change the values of the labels in each grid cell. The problem they were having was that they didn't have access to their data until the onCreate, but weren't able to step through their grid and modify the contents, at this point. They also didn't want to have to place script on each cell/label. A solution is provided that uses script in the before Factory to step through the grid and modify each label's onCreate script, so that the code only has to be done in one place. The example can be downloaded from the thread.

The last topic, for this week, is about adding grouping to a table dynamically and forcing a space between the groups. The poster wanted to be able to group their data and have a space between the groups, using the DEAPI, not the designer. Some beforeFactory code is shown in the thread that grabs the table, creates a grouping, adds it to the table, and adds group header and footer rows. The footer row's height is set to force a spacing between the groups. As described in the thread, the script to add the header row and group header data element is commented out, as the poster did not want this.

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.

Filed in BIRT, BIRT Exchange, forums, reporting, web service, fragmented schema, dynamic grid content, deapi, dynamic grouping

Last Week in the Forums: Web Services Parameter Issue, Hiding Columns Based on a Parameter, and more...

Posted by mwilliams  Icon, 07 November 2011 - 07:30 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've got less than 2 months left in the year. It's crazy how time flies. The traffic and increased community involvement has been awesome so far, this year, including some wonderful entries in the recent plugin contest. Let's not stop that trend! :) 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!

For this week's unanswered post, I'll cover one about problems with parameters in a web service data source. The poster has a web service that they can get to work correctly when testing in soapUI, but when they create a dataSource in BIRT, they are not getting their SOAP parameters for the WebMethod to show up in the dataSource wizard. If anyone has experienced a similar issue and knows how to get around it or knows what might be going wrong, feel free to provide a suggestion or solution to help this community member out! Thanks!

The next topic I'll discuss for this week is about dynamically hiding columns based on a parameter. This is a common question in the forums. How can you let your user choose which columns they want to see with a parameter. In the referenced thread, there is a link to a devShare article that should help with this. Here is a link to the example:

Dynamic Columns Based on Parameter

The last topic for this week is about formatting dates in a dynamic text box. The question was initially just how to format a date within a dynamic text box. A link to another forum thread with an answer to the same question was provided. Then, it was added that the formatting in the text box must be dynamic for US or European date format. A solution is provided that shows some rough code that shows how to use a parameter to decide which format to use. This code can be seen in the example. If anyone follows the rough code in this example and creates working code, please feel free to post the working code to the example.

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.

Filed in BIRT, BIRT Exchange, forums, Dynamic Column Visibility, Web Service, Parameters, Date Format, Dynamic Text

Page 1 of 1

« June 2013 »

S M T W T F S
1
2345678
9101112131415
16 17 1819202122
23242526272829
30

My Picture

0 user(s) viewing

0 Guests
0 member(s)
0 anonymous member(s)

Categories

Search My Blog

Twitter