<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
	<title><![CDATA[Michael's BIRT Blog]]></title>
	<link><![CDATA[http://www.birt-exchange.org/org/forum/index.php?app=blog&module=showblog&blogid=14]]></link>
	<description><![CDATA[Michael's BIRT Blog Syndication]]></description>
	<pubDate>Fri, 26 Apr 2013 16:52:03 +0000</pubDate>
	<webMaster>birtexfeedback@birt-exchange.com (BIRT Exchange Forum)</webMaster>
	<generator>IP.Blog</generator>
	<ttl>60</ttl>
	<item>
		<title>Plug In 2 BIRT Contest - Spring 2013 Ends Soon</title>
		<link><![CDATA[http://www.birt-exchange.org/org/forum/index.php?app=blog&blogid=14&showentry=482]]></link>
		<category></category>
		<description><![CDATA[There are only a few days left to get your entry in for the <a href='http://www.birt-exchange.org/org/wiki/index.php?title=Plug_In_2_BIRT_Contest_for_Spring_2013_Details_and_Examples' class='bbc_url' title='External link' rel='nofollow'>Plug In 2 BIRT Contest - Spring 2013</a>.  Be sure to get your entry in by 11:59pm PST on April 30th.  If you're still looking to get started, take a look at the <a href='http://www.birt-exchange.org/org/wiki/index.php?title=Plug_In_2_BIRT_Contest_for_Spring_2013_Details_and_Examples' class='bbc_url' title='External link' rel='nofollow'>contest page</a>.  There are some ideas and tutorials there that should help get you started.<br />
<br />
Any eligible entry is in the running to win an iPad<sup class='bbc'>&reg;</sup>.  We'll be giving three away, so there are multiple chances to win!  Good luck!  We look forward to seeing your entry!]]></description>
		<pubDate>Fri, 26 Apr 2013 16:33:00 +0000</pubDate>
		<guid><![CDATA[http://www.birt-exchange.org/org/forum/index.php?app=blog&blogid=14&showentry=482]]></guid>
	</item>
	<item>
		<title>Creating Derived Cube Measures and More with BIRT and ActuateOne</title>
		<link><![CDATA[http://www.birt-exchange.org/org/forum/index.php?app=blog&blogid=14&showentry=466]]></link>
		<category></category>
		<description><![CDATA[The usability of a product is a very important factor in the productivity of its users.  With enhanced usability features such as derived cube measures, filters that don't impact totals, an enhanced exp<b></b>ressi&#111;n builder, and more, Actuate 11 SP4 is doing its part to keep productivity high.  In this post, I'm going to shed some light on these features and demonstrate their value.<br><br>



Gone are the days when BIRT Data Analyzer users and BIRT report authors are forced to define derived measures on their own.  In Actuate 11 SP4, the data cube author can define the needed derived measures based on other measures from the cube, allowing the cube consumer to use them as if they are normal, non-derived measures.  They won't be able to notice a difference.<br><br>



On top of that, the new derived measures don't increase the size or generation time of the cube.  Unlike a normal cube measure, derived measures are only computed when they are used, allowing you to save some processing time, when a measure is not used.  The learning curve on this is very small, as well.  The only difference between creating a standard cube measure and a derived cube measure is that the "Is Derived Measure" checkbox must be checked, as seen in the image below.<br><br>



<a class='resized_img' rel='lightbox[466]' id='ipb-attach-url-8394-1366995123-9192' href="http://www.birt-exchange.org/org/forum/index.php?app=core&module=attach&section=attach&attach_rel_module=blogentry&attach_id=8394&s=33457efb0f71fc0f5b2071b3de6886ed" title="DerivedCubeMeasure.PNG - Size: 43.56K, Downloads: 128"><img src="/org/forum/uploads//monthly_03_2013/blogentry-3879-13632697528996_thumb.png" id='ipb-attach-img-8394-1366995123-9192' style='width:500;height:346' class='attach' width="500" height="346" alt="Attached Image" /></a>
<br /><br>



Have you ever filtered a table or crosstab, but then wanted to do a calculation based on the entire result set?  For example, say you had a table with sales by country, but wanted to only show the top 10, so you put a filter on the table.  Now, you want to figure out the percent of total sales for each of these countries.  In past versions, with the filter, you could no longer do a calculation like this, over the entire, original result set.  Well, now you can.<br><br>



In 11 SP4, BIRT Designer Pro table and crosstab filter dialogs now allow for totals to not be recalculated to exclude the filtered values.  In BIRT Data Analyzer, the filter dialogs also have the option to control whether the totals should be recalculated or not, when a crosstab is filtered.<br><br>



<a class='resized_img' rel='lightbox[466]' id='ipb-attach-url-8395-1366995124-0384' href="http://www.birt-exchange.org/org/forum/index.php?app=core&module=attach&section=attach&attach_rel_module=blogentry&attach_id=8395&s=33457efb0f71fc0f5b2071b3de6886ed" title="FiltersThatDontAffectTotals.PNG - Size: 32.6K, Downloads: 137"><img src="/org/forum/uploads//monthly_03_2013/blogentry-3879-13632698249616_thumb.png" id='ipb-attach-img-8395-1366995124-0384' style='width:500;height:303' class='attach' width="500" height="303" alt="Attached Image" /></a>
<br /><br>



Another enhancement made is to the exp<b></b>ressi&#111;n builder for creating new computed columns in both the Interactive Viewer and BIRT Data Analyzer.  The provided functions are now categorized into different groups, like Math, Financial, Text, etc.  Additional functions have also been added to both products.  Some of the new functions included are:<br><br>



<ul><li>%OF - calculates the percentage for the selected column value in the scope of the selected base group. For the selected column value, the base group can be other column values, Aggregations like Group Total, Grand Total etc.</li>



<li>%OF DIFFERENCE - calculates the percentage of the difference between values in two numbers</li>



<li>RUNNINGSUM - Calculates the running total for the selected Column at the specified base group level</li>



<li>RANK - Calculates the rank for the Column value at the specified level and in specified direction</li></ul><br>



<img src="/org/forum/uploads//monthly_03_2013/blogentry-3879-13632701442804.png" class='linked-image' alt="Attached Image" /><br><br>



Creating filters in BIRT Studio also gets easier.  The BIRT Studio Table Builder Wizard adds functionality to help users the option to easily define complex, composite filters.  Related to this is a performance enhancement for BIRT Studio.  Filters defined in the Table Builder Wizard are pushed to the underlying database, in all possible cases, allowing for data to be more efficiently filtered at the source.<br><br>



<a class='resized_img' rel='lightbox[466]' id='ipb-attach-url-8399-1366995124-0386' href="http://www.birt-exchange.org/org/forum/index.php?app=core&module=attach&section=attach&attach_rel_module=blogentry&attach_id=8399&s=33457efb0f71fc0f5b2071b3de6886ed" title="BIRTStudioFilter.PNG - Size: 21.73K, Downloads: 133"><img src="/org/forum/uploads//monthly_03_2013/blogentry-3879-13632717549817_thumb.png" id='ipb-attach-img-8399-1366995124-0386' style='width:500;height:288' class='attach' width="500" height="288" alt="Attached Image" /></a>
<br /><br>



With Actuate 11 SP4, BIRT Designer Pro also adds the capability to define which table groups start expanded or collapsed, depending on the granularity needed by creating a Named Exp<b></b>ressi&#111;n called “__ac_group_collapse_level” on the containing table.  The value is a comma separated list of the groups that are to start collapsed.  1 is starting value for the most outer group.  The expand/collapse operations are also more efficient than ever, as they are handled completely on the client side, now, with no calls to the server.<br><br>



<a class='resized_img' rel='lightbox[466]' id='ipb-attach-url-8400-1366995124-0387' href="http://www.birt-exchange.org/org/forum/index.php?app=core&module=attach&section=attach&attach_rel_module=blogentry&attach_id=8400&s=33457efb0f71fc0f5b2071b3de6886ed" title="DefaultCollapsedGroups.PNG - Size: 20.68K, Downloads: 131"><img src="/org/forum/uploads//monthly_03_2013/blogentry-3879-13632733828023_thumb.png" id='ipb-attach-img-8400-1366995124-0387' style='width:500;height:207' class='attach' width="500" height="207" alt="Attached Image" /></a>
<br /><br>



Last, but not least, report authors using BDPro can now use aggregation fields in a table's sort key exp<b></b>ressi&#111;n.<br><br>



Thanks for reading.  Next time, I'll talk about the feature upgrades for data connectivity and the iHub.  In the meantime, download a free trial version of Actuate <a target="_blank" href="http://www.birt-exchange.com/be/info/iservereval-windows-a11sp4">BIRT iServer</a> and <a target="_blank" href="http://www.birt-exchange.com/be/info/birtdesignerprotrial-a11sp4">BIRT Designer Pro</a>, to check it out for yourself.]]></description>
		<pubDate>Thu, 14 Mar 2013 13:46:00 +0000</pubDate>
		<guid><![CDATA[http://www.birt-exchange.org/org/forum/index.php?app=blog&blogid=14&showentry=466]]></guid>
	</item>
	<item>
		<title>Drop Elements Depending on Output Format</title>
		<link><![CDATA[http://www.birt-exchange.org/org/forum/index.php?app=blog&blogid=14&showentry=465]]></link>
		<category></category>
		<description><![CDATA[Sometimes when designing a report, you want to only show certain elements in certain output formats.  Not just hide them, but actually drop them, so the bound dataSet doesn't run or for saved processing time.  Say you want to drop a certain element from your report when you run your report to the XLS output.  To do this, you'd simply name your report element in the property editor, then put the following in your beforeFactory script:<br />
<br />
<pre class='prettyprint'>
if(reportContext.getOutputFormat() == "xls"){

	reportContext.getDesignHandle().findElement("elementName").drop();

}
</pre><br />
<a class='resized_img' rel='lightbox[465]' id='ipb-attach-url-8370-1366995124-0623' href="http://www.birt-exchange.org/org/forum/index.php?app=core&module=attach&section=attach&attach_rel_module=blogentry&attach_id=8370&s=33457efb0f71fc0f5b2071b3de6886ed" title="XLSOutput.PNG - Size: 11.86K, Downloads: 187"><img src="/org/forum/uploads//monthly_03_2013/blogentry-3879-13627964960178_thumb.png" id='ipb-attach-img-8370-1366995124-0623' style='width:500;height:110' class='attach' width="500" height="110" alt="Attached Image" /></a>
<br /><br />
This works as you would expect, for most outputs.  However, when you try this for pdf, while it does drop the correct element when you run the report in pdf, it also drops the element when you run the report in the web viewer.  This is because getOutputFormat returns pdf when you run your report with the web viewer.<br />
<br />
<a class='resized_img' rel='lightbox[465]' id='ipb-attach-url-8371-1366995124-0624' href="http://www.birt-exchange.org/org/forum/index.php?app=core&module=attach&section=attach&attach_rel_module=blogentry&attach_id=8371&s=33457efb0f71fc0f5b2071b3de6886ed" title="PDFOutput.PNG - Size: 15.91K, Downloads: 153"><img src="/org/forum/uploads//monthly_03_2013/blogentry-3879-13627972542083_thumb.png" id='ipb-attach-img-8371-1366995124-0624' style='width:500;height:97' class='attach' width="500" height="97" alt="Attached Image" /></a>
<br /><br />
<a class='resized_img' rel='lightbox[465]' id='ipb-attach-url-8372-1366995124-0625' href="http://www.birt-exchange.org/org/forum/index.php?app=core&module=attach&section=attach&attach_rel_module=blogentry&attach_id=8372&s=33457efb0f71fc0f5b2071b3de6886ed" title="WebViewerOutput.PNG - Size: 12K, Downloads: 159"><img src="/org/forum/uploads//monthly_03_2013/blogentry-3879-13627972707383_thumb.png" id='ipb-attach-img-8372-1366995124-0625' style='width:500;height:156' class='attach' width="500" height="156" alt="Attached Image" /></a>
<br /><br />
<br />
Luckily, there is a way around this.  You also have access to the HttpServletRequest, so if you use a script like the following, in your beforeFactory, the correct format will be returned.<br />
<br />
<pre class='prettyprint'>
if(reportContext.getHttpServletRequest().getAttribute("attributeBean").format == "pdf"){
	reportContext.getDesignHandle().findElement("elementName").drop();
}
</pre><br />
With this method, we now see that the web viewer is actually HTML and the correct element is dropped from the report.<br />
<br />
<a class='resized_img' rel='lightbox[465]' id='ipb-attach-url-8373-1366995124-0627' href="http://www.birt-exchange.org/org/forum/index.php?app=core&module=attach&section=attach&attach_rel_module=blogentry&attach_id=8373&s=33457efb0f71fc0f5b2071b3de6886ed" title="CorrectWebViewerOutput.PNG - Size: 19.45K, Downloads: 163"><img src="/org/forum/uploads//monthly_03_2013/blogentry-3879-13627975064104_thumb.png" id='ipb-attach-img-8373-1366995124-0627' style='width:500;height:273' class='attach' width="500" height="273" alt="Attached Image" /></a>
<br /><br />
This solution will only work in open-source BIRT, as the HttpServletRequest is not available in the commercial version.  The sample report used in this post can be downloaded <span class='bbc_underline'><a href='http://www.birt-exchange.org/org/devshare/designing-birt-reports/1599-drop-elements-based-on-output-format/' class='bbc_url' title='External link' rel='nofollow'>here</a></span>.]]></description>
		<pubDate>Sat, 09 Mar 2013 02:34:00 +0000</pubDate>
		<guid><![CDATA[http://www.birt-exchange.org/org/forum/index.php?app=blog&blogid=14&showentry=465]]></guid>
	</item>
	<item>
		<title>Solving a TOC Bookmark Issue by Using Multiple Fields in a Single Group Expression</title>
		<link><![CDATA[http://www.birt-exchange.org/org/forum/index.php?app=blog&blogid=14&showentry=457]]></link>
		<category></category>
		<description><![CDATA[Using multiple fields to create a single grouping has been a solution to several different questions I've seen over the years.  So, after responding to another post, today, with the same, I decided to do a little write up on it.<br />
<br />
The question that inspired the blog post was actually about an issue with the table of contents (TOC).  In the designer, when you group your table, a TOC entry is automatically created, if you simply select a field from the drop down.  When you run your report to the web viewer or to PDF, there will be a bookmark link in the TOC to allow you to jump right to your grouping.  The image below shows the group editor TOC exp<b></b>ressi&#111;n and the corresponding TOC entries in the PDF.<br />
<br />
<a class='resized_img' rel='lightbox[457]' id='ipb-attach-url-8217-1366995124-0939' href="http://www.birt-exchange.org/org/forum/index.php?app=core&module=attach&section=attach&attach_rel_module=blogentry&attach_id=8217&s=33457efb0f71fc0f5b2071b3de6886ed" title="MultipleFieldsInGroup1.PNG - Size: 132.36K, Downloads: 174"><img src="/org/forum/uploads//monthly_02_2013/blogentry-3879-13609943457229_thumb.png" id='ipb-attach-img-8217-1366995124-0939' style='width:500;height:148' class='attach' width="500" height="148" alt="Attached Image" /></a>
<br /><br />
<br />
But what if you don't want a TOC entry for a group, like our question poster?  A <a href='https://bugs.eclipse.org/bugs/show_bug.cgi?id=126308' class='bbc_url' title='External link' rel='nofollow'>bug fix</a> back in BIRT 2.2.0 created a solution for this issue.  If you leave the TOC entry exp<b></b>ressi&#111;n blank, the group won't appear in the TOC.  In this example, we'll remove the TOC exp<b></b>ressi&#111;n shown above and you'll see that the orders bookmark no longer appears in the PDF output.<br />
<br />
<a class='resized_img' rel='lightbox[457]' id='ipb-attach-url-8218-1366995124-094' href="http://www.birt-exchange.org/org/forum/index.php?app=core&module=attach&section=attach&attach_rel_module=blogentry&attach_id=8218&s=33457efb0f71fc0f5b2071b3de6886ed" title="MultipleFieldsInGroup2.PNG - Size: 63.21K, Downloads: 174"><img src="/org/forum/uploads//monthly_02_2013/blogentry-3879-13609947711453_thumb.png" id='ipb-attach-img-8218-1366995124-094' style='width:500;height:249' class='attach' width="500" height="249" alt="Attached Image" /></a>
<br /><br />
<br />
That's great.  So, problem solved, right?  Hold on, just a minute.  In the question asked, the poster wanted to hide the middle group, but show the grouping below that one.  If we go back to our example and re-add the orders TOC exp<b></b>ressi&#111;n and remove the exp<b></b>ressi&#111;n for the customer group, instead, all of a sudden we have an issue.  The TOC show's the grouping, but just doesn't have a value next to it.  You can see what I'm talking about in the image below.<br />
<br />
<a class='resized_img' rel='lightbox[457]' id='ipb-attach-url-8219-1366995124-0941' href="http://www.birt-exchange.org/org/forum/index.php?app=core&module=attach&section=attach&attach_rel_module=blogentry&attach_id=8219&s=33457efb0f71fc0f5b2071b3de6886ed" title="MultipleFieldsInGroup3.PNG - Size: 55.92K, Downloads: 177"><img src="/org/forum/uploads//monthly_02_2013/blogentry-3879-13609956581651_thumb.png" id='ipb-attach-img-8219-1366995124-0941' style='width:500;height:173' class='attach' width="500" height="173" alt="Attached Image" /></a>
<br /><br />
<br />
This probably isn't going to be acceptable for hiding the TOC entry.  So, what do we do now.  Well, one possible solution to get around this is to join the group you're wanting to hide, with the group below it.  In our example, we'll delete the orders group and write a group exp<b></b>ressi&#111;n that uses both fields in the customers group.<br />
<br />
<pre class='prettyprint'>row&#91;"CUSTOMERNAME"&#93; + "-" + row&#91;"ORDERNUMBER"&#93;;</pre><br />
<br />
Now, for the TOC exp<b></b>ressi&#111;n, we can simply use the inner grouping field, since we're not wanting to see the customer group.  You can see the values I entered in the image below.<br />
<br />
<a class='resized_img' rel='lightbox[457]' id='ipb-attach-url-8220-1366995124-0942' href="http://www.birt-exchange.org/org/forum/index.php?app=core&module=attach&section=attach&attach_rel_module=blogentry&attach_id=8220&s=33457efb0f71fc0f5b2071b3de6886ed" title="MultipleFieldsInGroup4.PNG - Size: 64.05K, Downloads: 170"><img src="/org/forum/uploads//monthly_02_2013/blogentry-3879-13609974395542_thumb.png" id='ipb-attach-img-8220-1366995124-0942' style='width:500;height:342' class='attach' width="500" height="342" alt="Attached Image" /></a>
<br /><br />
<br />
After accepting the changes to the group, we only have a couple cosmetic issues to take care of to get the exact same report look as before.  I added a second row for the group and moved the order info into it, like it was before.  I also changed the styling of this row to match the way it was before.<br />
<br />
Also, now that we don't have a separate group for the customername, it will repeat for each order.  To fix this, we write a little script to only show the customer name when the value changes.  Now, when we preview the report, we have what we were wanting.<br />
<br />
<a class='resized_img' rel='lightbox[457]' id='ipb-attach-url-8221-1366995124-0943' href="http://www.birt-exchange.org/org/forum/index.php?app=core&module=attach&section=attach&attach_rel_module=blogentry&attach_id=8221&s=33457efb0f71fc0f5b2071b3de6886ed" title="MultipleFieldsInGroup5.PNG - Size: 53.49K, Downloads: 202"><img src="/org/forum/uploads//monthly_02_2013/blogentry-3879-13609981085871_thumb.png" id='ipb-attach-img-8221-1366995124-0943' style='width:500;height:217' class='attach' width="500" height="217" alt="Attached Image" /></a>
<br /><br />
<br />
Being able to write exp<b></b>ressi&#111;ns for different things within BIRT allows you to work around many of the issues you encounter.  There are many of them around that come in very handy when customizing your report designs.<br />
<br />
Thanks for reading. The example used in this blog can be found in the <a href='http://www.birt-exchange.org/org/devshare/designing-birt-reports/1593-combing-two-groups-into-one-to-avoid-an-empty-toc-level/' class='bbc_url' title='External link' rel='nofollow'>devShare</a>.  If you have any questions, feel free to ask them in the comment section, below.]]></description>
		<pubDate>Sat, 16 Feb 2013 05:51:00 +0000</pubDate>
		<guid><![CDATA[http://www.birt-exchange.org/org/forum/index.php?app=blog&blogid=14&showentry=457]]></guid>
	</item>
	<item>
		<title>Visualizing the Impact of Database Changes with BIRT and ActuateOne</title>
		<link><![CDATA[http://www.birt-exchange.org/org/forum/index.php?app=blog&blogid=14&showentry=439]]></link>
		<category></category>
		<description><![CDATA[As the business world changes with time, so does your data source's schema, i.e. changing 

table names, removing columns, changing data types, etc.  In doing so, IT must spend lots of 

valuable resources updating applications that are impacted by these changes.<br><br>



<div>

	<object id="csSWF" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="600" height="440" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,115,0">

                <param name="src" value="http://download.birt-exchange.com/products/demos/A11/A11SP4_Developer_Productivity_Features/A11SP4_Developer_Productivity_Features_controller.swf"/>

                <param name="bgcolor" value="#1a1a1a"/>

                <param name="quality" value="best"/>

                <param name="allowScriptAccess" value="always"/>

                <param name="allowFullScreen" value="true"/>

                <param name="scale" value="showall"/>

                <param name="flashVars" value="autostart=false#&thumb=http://download.birt-Exchange.com/products/demos/A11/A11SP4_Developer_Productivity_Features/FirstFrame.png&thumbscale=100&color=0x000000,0x000000"/>

                <embed name="csSWF" src="http://download.birt-exchange.com/products/demos/A11/A11SP4_Developer_Productivity_Features/A11SP4_Developer_Productivity_Features_controller.swf" width="600" height="440" bgcolor="#1a1a1a" quality="best" allowScriptAccess="always" allowFullScreen="true" scale="showall" flashVars="autostart=false&thumb=http://download.birt-exchange.com/products/demos/A11/A11SP4_Developer_Productivity_Features/FirstFrame.png&thumbscale=100&color=0x000000,0x000000" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>

            </object>

</div>



<DIV align="right">

<a href="http://download.birt-exchange.com/products/demos/A11/A11SP4_Developer_Productivity_Features/A11SP4_Developer_Productivity_Features.html" target="_blank"><u>Click here to see the video in full resolution</u></a>

</DIV><br>



To help soften the blow, Actuate 11SP4 introduces new Impact and Dependency Analysis 

capabilities.  This allows the developer to identify what applications and content must be 

updated with the change to the database schema, giving a much clearer picture on the cost and 

resources needed to complete the update, before it even begins.  Additionally, such analysis 

allows the development team to easily identify which BIRT designs depend upon certain 

libraries, Information Objects, or Data Object, to easily assess the impact of updating or 

removing these resources.<br><br>



The Database Search also allows BIRT developers to easily identify files that use and are 

dependent on the selected database component.  With a couple clicks of the mouse, a BIRT 

developer can access a diagram, showing the dependency tree, for the project.  The diagram also 

highlights the dependency path from the selected BIRT item, to all other items that would be 

affected by a change to this element.<br><br>



The dependency Impact Analysis view can also be invoked by clicking on any file in the Outline 

view of the BIRT designer, such as a BIRT design, a Data Object, an Information Object, BIRT 

Library, etc.  This gives the developer another way to access the dependency analysis 

information for a given file, before making any changes.<br><br>



<div class='bbc_center'><img src="/org/forum/uploads//monthly_01_2013/blogentry-3879-1358488965219.png" class='linked-image' alt="Attached Image" /></div>



<br><br>

Another new feature, in Actuate 11SP4, is the ability to create and preview Information Objects 

within BIRT Designer Pro, rather than having to deploy them to a BIRT iServer as part of the 

authoring process.  BIRT developers will still have the familiar experience they're used to, 

when creating the Information Object, they just no longer have to specify an iServer, though, 

Information Objects published to an iServer will still be available when creating designs, just 

like in the past.  Also, to make things easier on the developer, report designs and Information 

Objects no longer have to be created in separate projects, allowing the BIRT developer to 

create Information Objects and the designs that consume them, at the same time, as part of the 

same project.<br><br>



Publishing to your BIRT iServer, in Actuate 11SP4, has also been made easier, providing a 

single BIRT Designer Pro dialog for publishing your designs and resources.  The dialog allows 

BIRT developers to choose the files they'd like to publish and also choose whether or not they 

should overwrite the previous version, if it exists, already, on the server. Publishing to the 

iServer isn't the only thing that's gotten simpler.  BIRT Designer Pro also provides a new 

download dialog to download published or user created content, for re-use or enhancement.<br><br>



<div class='bbc_center'><a class='resized_img' rel='lightbox[439]' id='ipb-attach-url-8070-1366995124-1319' href="http://www.birt-exchange.org/org/forum/index.php?app=core&module=attach&section=attach&attach_rel_module=blogentry&attach_id=8070&s=33457efb0f71fc0f5b2071b3de6886ed" title="PublishToiServer.PNG - Size: 89.58K, Downloads: 258"><img src="/org/forum/uploads//monthly_01_2013/blogentry-3879-13584895931089_thumb.png" id='ipb-attach-img-8070-1366995124-1319' style='width:477;height:500' class='attach' width="477" height="500" alt="Attached Image" /></a>
<br /></div>

<br><br>

Next time, I'll show how Actuate 11SP4 enhances the usability of the BIRT product line.  In the meantime, download a free trial version of Actuate <a target="_blank" href="http://www.birt-exchange.com/be/info/iservereval-windows-a11sp4">BIRT iServer</a> and <a target="_blank" href="http://www.birt-exchange.com/be/info/birtdesignerprotrial-a11sp4">BIRT Designer Pro</a>, to check it out for yourself.]]></description>
		<pubDate>Thu, 17 Jan 2013 20:50:00 +0000</pubDate>
		<guid><![CDATA[http://www.birt-exchange.org/org/forum/index.php?app=blog&blogid=14&showentry=439]]></guid>
	</item>
	<item>
		<title><![CDATA[Actuate's 11SP4 Release Provides Many Powerful New Capabilities, Including HTML5 Charts and more!]]></title>
		<link><![CDATA[http://www.birt-exchange.org/org/forum/index.php?app=blog&blogid=14&showentry=431]]></link>
		<category></category>
		<description><![CDATA[Actuate 11SP4 builds on the already powerful ActuateOne™ platform, by bringing many, new capabilities, to the table, like developer productivity, visualization and interactivity, end user usability, and more.  These capabilities include:<br><br>



<ul class='bbc'><li>HTML5 charts to enable consistent user experience and enhanced interactivity across conventional and mobile platforms</li><li>New data source types, such as, Hadoop and Salesforce.com</li><li>Impact and dependency analysis to ease develpment and management of applications</li><li>Simplified publishing to the BIRT iServer</li><li>Performance Optimization in BIRT Studio and Information Objects</li><li>Relative time period support, enabling more powerful and dynamic comparisons across time</li><li>and more...</li></ul>

<br>

One of the more major enhancements, of the bunch, is that all commonly used BIRT chart types now support HTML5 output format, along with the existing formats, SVG, JPG, PNG, and BMP.  Catching your user's attention will be easier than ever with the out-of-the-box animation effects and new levels of interactivity.  Custom animation effects and interactivity can also be defined, through scripting, making being forced to rely on pre-determined visualizations, a thing of the past.

<br><br>

<div>

	<object  width="600" height="468" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,115,0">

		<param name="src" value="http://download.birt-exchange.com/products/demos/A11/designer/html5/HTML5_controller.swf"/>

		<param name="bgcolor" value="#1a1a1a"/>

		<param name="quality" value="best"/>

		<param name="allowScriptAccess" value="always"/>

		<param name="allowFullScreen" value="true"/>

		<param name="scale" value="showall"/>

		<param name="flashVars" value="autostart=false#&thumb=http://download.birt-exchange.com/products/demos/A11/designer/html5/FirstFrame.png&thumbscale=100&color=0x000000,0x000000"/>

		<embed name="csSWF" src="http://download.birt-exchange.com/products/demos/A11/designer/html5/HTML5_controller.swf" width="600" height="468" bgcolor="#1a1a1a" quality="best" allowScriptAccess="always" allowFullScreen="true" scale="showall" flashVars="autostart=false&thumb=http://download.birt-exchange.com/products/demos/A11/designer/html5/FirstFrame.png&thumbscale=100&color=0x000000,0x000000" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>

	</object>

</div>

<DIV align="right">

<a href="http://download.birt-exchange.com/products/demos/A11/designer/html5/HTML5.html" target="_blank"><u>Click here to see the video in full resolution</u></a>

</DIV>

<br>

Adding an HTML5 chart to your report is easy.  Simply drag a chart from the palette, into your report layout, as you've always done.  Only, choose HTML5 from the dropdown, instead of one of the other supported formats.  Upgrading charts to HTML5, from one of the existing formats can be done by changing this same setting.

<br><br>

<img src='http://www.birt-exchange.org/org/uploads/blog/HTML5ChartEditorDialog.png' alt='Posted Image' class='bbc_img' />

<br><br>

Making this change exposes the HTML5 chart specific properties, allowing you to preview the chart animation effects in the preview window of the chart builder. A script tab is now present in the chart builder, where custom animations, for HTML5 charts, are scripted.  This script tab is also available with the other formats, for convenience of seeing everything in one place.  Starting in 11SP4, theme functionality is available for all chart-specific formatting properties, like legend formatting, chart title formatting, etc.  These themes can be used across all charts to give a common look/feel to your BIRT visualizations.  The themes can also be exported to a library for reusability.

<br><br>

<div>

	<object id="csSWF" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="600" height="468" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,115,0">

		<param name="src" value="http://download.birt-exchange.com/products/demos/A11/designer/ChartThemes/ChartThemes_controller.swf"/>

		<param name="bgcolor" value="#1a1a1a"/>

		<param name="quality" value="best"/>

		<param name="allowScriptAccess" value="always"/>

		<param name="allowFullScreen" value="true"/>

		<param name="scale" value="showall"/>

		<param name="flashVars" value="autostart=false#&thumb=http://download.birt-exchange.com/products/demos/A11/designer/ChartThemes/FirstFrame.png&thumbscale=100&color=0x000000,0x000000"/>

		<embed name="csSWF" src="http://download.birt-exchange.com/products/demos/A11/designer/ChartThemes/ChartThemes_controller.swf" width="600" height="468" bgcolor="#1a1a1a" quality="best" allowScriptAccess="always" allowFullScreen="true" scale="showall" flashVars="autostart=false&thumb=http://download.birt-exchange.com/products/demos/A11/designer/ChartThemes/FirstFrame.png&thumbscale=100&color=0x000000,0x000000" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>

	</object>

</div>

<DIV align="right">

<a href="http://download.birt-exchange.com/products/demos/A11/designer/ChartThemes/ChartThemes.html" target="_blank"><u>Click here to see the video in full resolution</u></a>

</div><br>



Next time, I'll detail how developer productivity will get a boost with Actuate 11SP4.  In the meantime, download a free trial version of Actuate <a target="_blank" href="http://www.birt-exchange.com/be/info/iservereval-windows-a11sp4">BIRT iServer</a> and <a target="_blank" href="http://www.birt-exchange.com/be/info/birtdesignerprotrial-a11sp4">BIRT Designer Pro</a>, to check it out for yourself.]]></description>
		<pubDate>Wed, 31 Oct 2012 01:15:00 +0000</pubDate>
		<guid><![CDATA[http://www.birt-exchange.org/org/forum/index.php?app=blog&blogid=14&showentry=431]]></guid>
	</item>
	<item>
		<title>Getting a Marker in the Middle of a Gantt Chart Bar, Multi-Level HTML List Numbering, and more...</title>
		<link><![CDATA[http://www.birt-exchange.org/org/forum/index.php?app=blog&blogid=14&showentry=426]]></link>
		<category></category>
		<description><![CDATA[<strong class='bbc'>Last Week in the Forums - 9/24/12</strong><br />
<br />
The first post, for this week, is about <a href='http://www.birt-exchange.org/org/forum/index.php/topic/27813-gantt-chart-start-marker-in-the-middle-of-a-series/' class='bbc_url' title='External link' rel='nofollow'>placing a marker in the middle of a gantt series bar</a>.  The poster wanted to be able to have a marker in the middle of a gantt chart bar, that was not at the beginning or the end.  A gantt chart only has the option to have a marker at the beginning or end of a series.  An example is provided that shows how two series can be used to make it appear as if there is a marker in the middle of the bar.<br />
<br />
The next post, for this week, is about <a href='http://www.birt-exchange.org/org/forum/index.php/topic/27737-multilevel-bullets-numbering-in-birt-report/' class='bbc_url' title='External link' rel='nofollow'>getting multi-level numbering in html lists</a>. The poster wanted to be able to take an HTML list like:<br />
<br />
<pre class='prettyprint'>
&lt;ul class="numericbullets"&gt; 
&lt;li&gt;Cats&lt;/li&gt; 
&lt;li&gt;Dogs 
    &lt;ul&gt; 
        &lt;li&gt;Birds&lt;/li&gt; 
        &lt;li&gt;Rats
                                &lt;ul&gt; 
                                                &lt;li&gt;Birds&lt;/li&gt; 
                                                &lt;li&gt;Rats&lt;/li&gt; 
                                                &lt;li&gt;Rats&lt;/li&gt; 
                                                &lt;li&gt;Rats&lt;/li&gt; 
                                &lt;/ul&gt; 
                
                &lt;/li&gt; 
    &lt;/ul&gt; 
&lt;/li&gt; 
&lt;li&gt;Rabbits&lt;/li&gt; 
&lt;li&gt;Ants 
    &lt;ul&gt; 
        &lt;li&gt;Lions&lt;/li&gt; 
        &lt;li&gt;Rats&lt;/li&gt; 
        &lt;li&gt;Rats&lt;/li&gt; 
        &lt;li&gt;Rats&lt;/li&gt; 
    &lt;/ul&gt; 
&lt;/li&gt; 
&lt;li&gt;Ducks&lt;/li&gt; 
&lt;/ul&gt;
</pre><br />
and make it look like:<br />
<br />
<pre class='prettyprint'>
    1. Cats
    2. Dogs
        2.1 Birds
        2.2 Rats
            2.2.1 Birds
            2.2.2 Rats
            2.2.3 Rats
            2.3.4 Rats
    3. Rabbits
    4. Ants
        4.1 Lions
        4.2 Rats
        4.3 Rats
        4.4 Rats
    5. Ducks
</pre><br />
The needed CSS styles to make this happen were failing to upload into the design.  The solution that was found to work was to take the css styles:<br />
<br />
<pre class='prettyprint'>
ul.numericbullets { counter-reset:section; list-style-type:none; } 
ul.numericbullets li { list-style-type:none; } 
ul.numericbullets li ul { counter-reset:subsection; } 
ul.numericbullets li ul li ul{ counter-reset:subsubsection; } 
ul.numericbullets li:before{ 
    counter-increment:section; 
    content:counter(section) ". ";
} 
ul.numericbullets li ul li:before { 
    counter-increment:subsection; 
    content:counter(section) "." counter(subsection) " "; 
} 
ul.numericbullets li ul li ul li:before { 
    counter-increment:subsubsection; 
    content:counter(section) "." counter(subsection) "." counter(subsubsection) " "; 
}
</pre><br />
and place them in style.css in webcontet -&gt; birt -&gt; styles.  This style sheet is used in run and frameset.  It won't work with preview, so don't be worried if you don't see this in any output that uses the preview option.<br />
<br />
Here are a few more :<br />
<br />
<ul class='bbc'><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27697-invalid-design-file/' class='bbc_url' title='External link' rel='nofollow'>Invalid Design file</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27796-dataset-parameters-disappear/' class='bbc_url' title='External link' rel='nofollow'>dataset parameters disappear</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27843-create-global-function/' class='bbc_url' title='External link' rel='nofollow'>Create Global Function</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27832-calculate-between-rows/' class='bbc_url' title='External link' rel='nofollow'>Calculate between rows</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27820-named-parameters-in-dataset-query/' class='bbc_url' title='External link' rel='nofollow'>Named parameters in DataSet Query</a></li></ul><br />
Here are a few unanswered posts, from last week:<br />
<br />
<ul class='bbc'><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27833-how-to-connecting-to-database-during-param-validation/' class='bbc_url' title='External link' rel='nofollow'>How to connecting to database during param validation</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27816-cross-tab-data-not-to-sort-alphabetically/' class='bbc_url' title='External link' rel='nofollow'>Cross Tab -data not to sort alphabetically</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27849-can-i-flip-the-origin-of-bar-chart/' class='bbc_url' title='External link' rel='nofollow'>Can I flip the origin of bar chart?</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27760-flat-file-on-iserver/' class='bbc_url' title='External link' rel='nofollow'>Flat file on iServer</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27818-exporting-report-with-https-images/' class='bbc_url' title='External link' rel='nofollow'>Exporting report with 'https' images</a></li></ul><br />
If you have a suggestion or solution for any of these, please post in the thread!<br />
<br />
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 <a href='http://www.birt-exchange.org/org/forum/' class='bbc_url' title='External link' rel='nofollow'>forums</a>. 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.]]></description>
		<pubDate>Tue, 25 Sep 2012 03:11:00 +0000</pubDate>
		<guid><![CDATA[http://www.birt-exchange.org/org/forum/index.php?app=blog&blogid=14&showentry=426]]></guid>
	</item>
	<item>
		<title>Switch to a Default Table if no Values Returned in Query, Parameterize the From Portion of an SQL Query, and more...</title>
		<link><![CDATA[http://www.birt-exchange.org/org/forum/index.php?app=blog&blogid=14&showentry=425]]></link>
		<category></category>
		<description><![CDATA[<strong class='bbc'>Last Week in the Forums - 9/17/12</strong><br />
<br />
The first post, for this week, is about <a href='http://www.birt-exchange.org/org/forum/index.php/topic/27716-setting-birt-visibility-for-table-based-on-alternative-dataset-size/' class='bbc_url' title='External link' rel='nofollow'>showing a default result set if the main one is empty</a>. The poster wanted to be able to show a default table if the parameter entered by the user returned no results.  An example is posted in the thread that shows how to set the visibility of the two tables based on a variable that is set in the onFetch of the parameterized dataSet.<br />
<br />
The next post, for this week, is about <a href='http://www.birt-exchange.org/org/forum/index.php/topic/27761-parameterize-from-clause-of-sql-statement/' class='bbc_url' title='External link' rel='nofollow'>how to parameterize the from portion of an SQL query</a>.  The poster wanted to be able to use a parameter value to choose which table to use in the from portion of an SQL query.  The solution provided was to use the report parameter in the beforeOpen of the dataSet, like:<br />
<br />
<pre class='prettyprint'>
this.queryText = "select * from " + params&#91;"myparameter"&#93;;
</pre><br />
Here are a few more :<br />
<br />
<ul class='bbc'><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27736-why-so-many-date-time-datapoints-on-chart/' class='bbc_url' title='External link' rel='nofollow'>Why so many date-time datapoints on chart?</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27734-how-to-get-a-chart-svg-output-as-an-object/' class='bbc_url' title='External link' rel='nofollow'>how to get a chart svg output as an object</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27772-dynamic-report-based-on-user-selection/' class='bbc_url' title='External link' rel='nofollow'>Dynamic Report Based on User Selection</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27787-cant-startup-the-osgi-framework-in-birt/' class='bbc_url' title='External link' rel='nofollow'>Cant Startup the OSGI Framework in BIRT</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27782-serial-number-for-newspaper-columns/' class='bbc_url' title='External link' rel='nofollow'>Serial number for newspaper columns</a></li></ul><br />
Here are a few unanswered posts, from last week:<br />
<br />
<ul class='bbc'><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27780-classcastexception-on-weblogic-bea-servers/' class='bbc_url' title='External link' rel='nofollow'>ClassCastException on WebLogic BEA Servers</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27768-birt-reports-not-working-other-then-maxadmin-user/' class='bbc_url' title='External link' rel='nofollow'>Birt Reports not working other then maxadmin user</a></li></ul><br />
If you have a suggestion or solution for any of these, please post in the thread!<br />
<br />
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 <a href='http://www.birt-exchange.org/org/forum/' class='bbc_url' title='External link' rel='nofollow'>forums</a>. 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.]]></description>
		<pubDate>Tue, 18 Sep 2012 02:45:00 +0000</pubDate>
		<guid><![CDATA[http://www.birt-exchange.org/org/forum/index.php?app=blog&blogid=14&showentry=425]]></guid>
	</item>
	<item>
		<title><![CDATA[Adding Text to an Image, Using Table Data for a Crosstab's Data, and more...]]></title>
		<link><![CDATA[http://www.birt-exchange.org/org/forum/index.php?app=blog&blogid=14&showentry=424]]></link>
		<category></category>
		<description><![CDATA[<strong class='bbc'>Last Week in the Forums - 9/10/12</strong><br />
<br />
The first post, for this week, is about <a href='http://www.birt-exchange.org/org/forum/index.php/topic/27675-text-on-image/' class='bbc_url' title='External link' rel='nofollow'>adding text to an image</a>.  The poster wanted to be able to add text to an image, within BIRT.  One option could be to use the image as a background image on a grid or text element.  The poster wasn't able to use this method, because background images don't export to Excel.  Another solution that adds the text to the image, in script, using the image data, is attached in the forum thread.<br />
<br />
The next post, for this week, is about <a href='http://www.birt-exchange.org/org/forum/index.php/topic/27661-use-table-output-as-input-to-crosstab/' class='bbc_url' title='External link' rel='nofollow'>using a table's output as input to a crosstab</a>.  The poster wanted to be able to feed the final results of their table to a crosstab.  An example is posted in the thread that shows how to grab the table data and use it in a scripted dataSet that is used to build the cube.<br />
<br />
Here are a few more :<br />
<br />
<ul class='bbc'><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27703-optional-grouping-breaking-pie-chart/' class='bbc_url' title='External link' rel='nofollow'>Optional grouping breaking pie chart</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27653-&#111;nclick-on-a-image/' class='bbc_url' title='External link' rel='nofollow'>&#111;nclick on a image</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27693-need-get-started-for-birt-charting-api/' class='bbc_url' title='External link' rel='nofollow'>Need "get started" for birt charting api</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/9315-exception-java-lang-nosuchmethoderror/' class='bbc_url' title='External link' rel='nofollow'>Exception java.lang.NoSuchMethodError</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27705-chartmixing-stacked-and-unstacked-bars/' class='bbc_url' title='External link' rel='nofollow'>[chart]Mixing stacked and unstacked bars</a></li></ul><br />
Here are a few unanswered posts, from last week:<br />
<br />
<ul class='bbc'><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27740-how-to-use-jquery-or-other-j&#097;v&#097;script-frame-work-in-birt-for-client-side-scripting/' class='bbc_url' title='External link' rel='nofollow'>How to use jquery or other j&#097;v&#097;script frame work in BIRT for client side scripting</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27713-stored-procedure-not-returning-expected-data/' class='bbc_url' title='External link' rel='nofollow'>Stored procedure not returning expected data</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27724-birt-chart-overriding-birt-report-style/' class='bbc_url' title='External link' rel='nofollow'>Birt chart overriding Birt report style</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27708-using-reportengine-in-a-java-applet/' class='bbc_url' title='External link' rel='nofollow'>Using ReportEngine in a Java Applet</a></li></ul><br />
If you have a suggestion or solution for any of these, please post in the thread!<br />
<br />
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 <a href='http://www.birt-exchange.org/org/forum/' class='bbc_url' title='External link' rel='nofollow'>forums</a>. 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.]]></description>
		<pubDate>Tue, 11 Sep 2012 01:42:00 +0000</pubDate>
		<guid><![CDATA[http://www.birt-exchange.org/org/forum/index.php?app=blog&blogid=14&showentry=424]]></guid>
	</item>
	<item>
		<title><![CDATA[Only Highlight Bars of a Certain Series in a Chart, Reordering a Table's Columns, and more...]]></title>
		<link><![CDATA[http://www.birt-exchange.org/org/forum/index.php?app=blog&blogid=14&showentry=423]]></link>
		<category></category>
		<description><![CDATA[<strong class='bbc'>Last Week in the Forums - 9/3/12</strong><br />
<br />
The first post, for this week, is about <a href='http://www.birt-exchange.org/org/forum/index.php/topic/27659-bar-chart-highlighting-for-one-series-only/' class='bbc_url' title='External link' rel='nofollow'>highlighting bars in a single series of a chart, only</a>.  The poster was using script in the beforeDrawDataPoint to color their data point.  The problem is that they were highlighting all series, not just the one they wanted.  The solution to this is to check the series with dph.getSeriesDisplayValue() before setting the color.<br />
<br />
The next post, for this week, is about <a href='http://www.birt-exchange.org/org/forum/index.php/topic/27670-swapping-table-columns-dynamically/' class='bbc_url' title='External link' rel='nofollow'>reordering columns in a table</a>.  The poster has a table already in their design, but they'd like to reorder the columns based on a condition.  An example is provided in the forum thread with beforeFactory code that switches the order of columns in a table based on a parameter.<br />
<br />
Here are a few more :<br />
<br />
<ul class='bbc'><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27647-alternating-row-background-color-in-crosstab/' class='bbc_url' title='External link' rel='nofollow'>Alternating row background color in Crosstab</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27690-using-numeric-values-from-a-data-set-in-a-global-variable/' class='bbc_url' title='External link' rel='nofollow'>Using numeric values from a data set in a global Variable</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27669-how-to-sort-a-chart-on-dates/' class='bbc_url' title='External link' rel='nofollow'>How to Sort a chart on Dates</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27677-integrating-maximo-reports-into-birt-viewer/' class='bbc_url' title='External link' rel='nofollow'>Integrating Maximo reports into Birt Viewer</a></li></ul><br />
Here are a few unanswered posts, from last week:<br />
<br />
<ul class='bbc'><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27666-how-to-create-report-using-rest-web-service/' class='bbc_url' title='External link' rel='nofollow'>How to create Report using Rest web Service</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27680-changes-in-data-objects-not-showing-on-reports/' class='bbc_url' title='External link' rel='nofollow'>Changes in Data Objects not showing on reports</a></li></ul><br />
If you have a suggestion or solution for any of these, please post in the thread!<br />
<br />
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 <a href='http://www.birt-exchange.org/org/forum/' class='bbc_url' title='External link' rel='nofollow'>forums</a>. 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.]]></description>
		<pubDate>Tue, 04 Sep 2012 01:16:00 +0000</pubDate>
		<guid><![CDATA[http://www.birt-exchange.org/org/forum/index.php?app=blog&blogid=14&showentry=423]]></guid>
	</item>
	<item>
		<title>Highlighting a Parameter Value within a Text, Creating an Airplane Seating Chart, and more...</title>
		<link><![CDATA[http://www.birt-exchange.org/org/forum/index.php?app=blog&blogid=14&showentry=422]]></link>
		<category></category>
		<description><![CDATA[<strong class='bbc'>Last Week in the Forums - 8/27/12</strong><br />
<br />
The first post, for this week, is about .  The poster wanted to be able to highlight the parameter value within a text in their report.  An example is provided in the thread with shows one way to achieve this using script.<br />
<br />
The next post, for this week, is about <a href='http://www.birt-exchange.org/org/forum/index.php/topic/27636-graphical-representation-of-seating/' class='bbc_url' title='External link' rel='nofollow'>creating a graphical representation of airplane seating</a>.  The poster wanted to be able to show a graphical representation of an airplane's seating chart, showing which seats are occupied/reserved.  An example showing a way in which this can be done can be found in the thread.<br />
<br />
Here are a few more :<br />
<br />
<ul class='bbc'><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27614-try-to-hide-first-row-on-page-but-second-row-is-hidden/' class='bbc_url' title='External link' rel='nofollow'>Try to hide first row on page - but second row is hidden</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27523-totals-in-a-row-crosstab/' class='bbc_url' title='External link' rel='nofollow'>Totals in a row crosstab</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27649-calling-multiple-reports-through-drill-through-in-different-target-frames/' class='bbc_url' title='External link' rel='nofollow'>Calling Multiple reports through Drill through in different target frames</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27594-birt-deployment-in-jboss5-1/' class='bbc_url' title='External link' rel='nofollow'>BIRT Deployment in Jboss5.1</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27598-schedule-a-task-to-ftp-a-birt-report-using-iserver/' class='bbc_url' title='External link' rel='nofollow'> Schedule a task to Ftp a BIRT report using iServer</a></li></ul><br />
Here is an unanswered post, from last week:<br />
<br />
<ul class='bbc'><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27650-query-problem-with-temporary-tables-and-variables/' class='bbc_url' title='External link' rel='nofollow'>Query Problem with Temporary Tables and Variables</a></li></ul><br />
If you have a suggestion or solution for any of these, please post in the thread!<br />
<br />
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 <a href='http://www.birt-exchange.org/org/forum/' class='bbc_url' title='External link' rel='nofollow'>forums</a>. 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.]]></description>
		<pubDate>Tue, 28 Aug 2012 00:45:00 +0000</pubDate>
		<guid><![CDATA[http://www.birt-exchange.org/org/forum/index.php?app=blog&blogid=14&showentry=422]]></guid>
	</item>
	<item>
		<title>Change Bar Color at Threshold, Creating a Chart in Script, and more...</title>
		<link><![CDATA[http://www.birt-exchange.org/org/forum/index.php?app=blog&blogid=14&showentry=421]]></link>
		<category></category>
		<description><![CDATA[<strong class='bbc'>Last Week in the Forums - 8/20/12</strong><br />
<br />
The first post, for this week, is about <a href='http://www.birt-exchange.org/org/forum/index.php/topic/27566-threshold-chart-in-birt-3-7-2/' class='bbc_url' title='External link' rel='nofollow'>coloring a bar based on a threshold value</a>.  The poster wanted to be able to color the portion of the bar that passed a threshold value.  Say, there was a chart threshold of 50 and there were three bars valued at 75, 55, and 45.  The first two bars would be one color up to 50, then another color above.  The last bar would be entirely the first color.  What is done in this case is to use two series.  One that goes all the way up to the threshold, if the value is that high, and the other to continue above the threshold if needed.  This allows for two colors at the threshold line.  An example report can be found in the forum thread.<br />
<br />
The next post, for this week, is about <a href='http://www.birt-exchange.org/org/forum/index.php/topic/27498-creating-chart-on-fly/' class='bbc_url' title='External link' rel='nofollow'>creating a chart in script</a>.  The poster wanted to know if it was possible to create a chart, on the fly, in script.  An example can be found in the forum that shows how to create a chart, in script, using an existing dataSet.<br />
<br />
Here are a few more :<br />
<br />
<ul class='bbc'><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27589-alternating-row-colors-for-detail-row/' class='bbc_url' title='External link' rel='nofollow'>Alternating row colors for detail row?</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27567-create-pie-chart-programmatically/' class='bbc_url' title='External link' rel='nofollow'>Create pie chart programmatically ?</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27579-compare-date-ranges/' class='bbc_url' title='External link' rel='nofollow'>Compare date ranges</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27544-reading-and-setting-the-report-parameters-in-birt-report-viewer-jsp/' class='bbc_url' title='External link' rel='nofollow'>Reading and setting the report-parameters in Birt Report Viewer jsp</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27551-setting-image-on-runtime/' class='bbc_url' title='External link' rel='nofollow'>Setting Image on Runtime</a></li></ul><br />
Here are a few unanswered posts, from last week:<br />
<br />
<ul class='bbc'><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27615-authenticationmethod-sql-connectivity/' class='bbc_url' title='External link' rel='nofollow'>AuthenticationMethod SQL connectivity</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27591-jsapi-to-get-list-of-reports/' class='bbc_url' title='External link' rel='nofollow'>JSAPI to get list of reports</a></li></ul><br />
If you have a suggestion or solution for any of these, please post in the thread!<br />
<br />
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 <a href='http://www.birt-exchange.org/org/forum/' class='bbc_url' title='External link' rel='nofollow'>forums</a>. 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.]]></description>
		<pubDate>Tue, 21 Aug 2012 00:45:00 +0000</pubDate>
		<guid><![CDATA[http://www.birt-exchange.org/org/forum/index.php?app=blog&blogid=14&showentry=421]]></guid>
	</item>
	<item>
		<title>Flowing Multi-Line Report Content Across Multiple Page Columns, Formatting a Value in an HTML Text Box, and more...</title>
		<link><![CDATA[http://www.birt-exchange.org/org/forum/index.php?app=blog&blogid=14&showentry=416]]></link>
		<category></category>
		<description><![CDATA[<strong class='bbc'>Last Week in the Forums - 8/13/12</strong><br />
<br />
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!<br />
<br />
The first topic, for this week, is about <a href='http://www.birt-exchange.org/org/forum/index.php/topic/20288-flow-report-content-across-multiple-page-columns/' class='bbc_url' title='External link' rel='nofollow'>flowing report content across multiple page columns</a>.  The issue in this post is that there is not a standard newspaper layout, in BIRT, yet.  The normal solution for this is to use a grid, duplicate tables, and filters to make the appearance of wrapping columns.  The issue the poster was having with this was that they had multi-line rows that caused issues with ordering.  The solution provided was to break the original dataSet's long rows into single line rows, allowing the normal solution to work.  An example is posted in the thread showing this.  Another example showing this with grouping, is also attached in the thread.<br />
<br />
The last in detail topic, from last week, is about <a href='http://www.birt-exchange.org/org/forum/index.php/topic/27526-format-currency-withhtml/' class='bbc_url' title='External link' rel='nofollow'>formatting currency values in an HTML text box</a>.  The poster was displaying a value using the &lt;value-of&gt; tag, in an HTML text box, so they could include it in a string, but they wanted it to come as a currency value, with symbol and decimal.  The solution is that you can set a format property on the value-of tag, telling it how you want the value formatted, like: &lt;VALUE-OF format="$#,##0.00{RoundingMode=HALF_UP}"&gt;row._outer["yourColumn"]&lt;/VALUE-OF&gt;<br />
<br />
Here are a few more :<br />
<br />
<ul class='bbc'><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27492-iserver-users-jobs-view-of-others/' class='bbc_url' title='External link' rel='nofollow'>iServer Users Jobs View of Others</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27520-exception-handling-in-birt-viewer/' class='bbc_url' title='External link' rel='nofollow'>Exception Handling in BIRT Viewer</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27556-couldnt-export-different-locale-to-the-pdf-report/' class='bbc_url' title='External link' rel='nofollow'>Couldn't Export Different Locale to the PDF Report</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27484-flash-map-questions/' class='bbc_url' title='External link' rel='nofollow'>Flash Map Questions</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27490-dynamically-scale-svg-graph/' class='bbc_url' title='External link' rel='nofollow'>Dynamically Scale SVG Graph</a></li></ul><br />
Here are a few unanswered posts, from last week:<br />
<br />
<ul class='bbc'><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27543-centering-an-a4-size-report-in-any-monitor/' class='bbc_url' title='External link' rel='nofollow'>Centering an A4 Size Report in any Monitor</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27560-how-to-get-client-ip-address/' class='bbc_url' title='External link' rel='nofollow'>How to get Client IP Address</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27527-send-parameters-to-reportsdashboards-from-the-securityadapter/' class='bbc_url' title='External link' rel='nofollow'>Send Parameters to Reports/Dashboards from the SecurityAdapter</a></li></ul><br />
If you have a suggestion or solution for any of these, please post in the thread!<br />
<br />
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 <a href='http://www.birt-exchange.org/org/forum/' class='bbc_url' title='External link' rel='nofollow'>forums</a>. 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.]]></description>
		<pubDate>Mon, 13 Aug 2012 14:53:00 +0000</pubDate>
		<guid><![CDATA[http://www.birt-exchange.org/org/forum/index.php?app=blog&blogid=14&showentry=416]]></guid>
	</item>
	<item>
		<title>Showing Percentages in a Pie Chart, Limiting an Embedded Element with an Outer Element Value, and more...</title>
		<link><![CDATA[http://www.birt-exchange.org/org/forum/index.php?app=blog&blogid=14&showentry=415]]></link>
		<category></category>
		<description><![CDATA[<strong class='bbc'>Last Week in the Forums - 8/6/12</strong><br />
<br />
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. Forum traffic continues to fluctuate during the summer, which is expected, but they're still fairly busy each week. 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!<br />
<br />
I've decided to change the format, slightly.  I'll continue to focus on a couple posts, in more detail, as I've always done.  Instead of covering an unanswered post, in detail, I'll just list several unanswered posts, from the previous week, in hopes that a few answers will come out of the extra publicity, for them.  I'll also  list some other questions that have been answered, so this post can be a better summary of the forums, in each week.  This hope is that this will aid community members in finding past posts that answer their questions.  Feel free to let me know if you like or hate the changes.  :)<br />
<br />
The first topic I'll discuss, from last week, is about <a href='http://www.birt-exchange.org/org/forum/index.php/topic/27460-pie-chart-showing-percentage-complete/' class='bbc_url' title='External link' rel='nofollow'>showing a percentage in a pie chart</a>.  The issue was that the dataSet consisted of a jobID and a status column.  The status column was either "Complete" or blank.  The solution given was to create a computed column to give the blank rows a value of "Not Complete", then, to use the computed column for the category and the count of jobs for the slice value.  To get the percent, the series label needed to be changed from Value Data to Percentile Value Data.  This can be done in the chart wizard.  An example is posted in the thread.<br />
<br />
The last detailed description post, for this week, is about <a href='http://www.birt-exchange.org/org/forum/index.php/topic/14458-sql-query-for-each-row/' class='bbc_url' title='External link' rel='nofollow'>limiting embedded tables with an outer table value</a>. The issue is, when you embed a table, how can you limit the embedded table with a value from the outer table. There are a couple possibilities, here.  One, if you're using SQL, is to use a dataSet parameter in your inner query, and use the dataSet parameter binding option, which can be found on the binding tab of the inner table, to pass row._outer["myoutertablevalue"] directly to the inner query.  Another available way, if you're not using SQL, is to use this value in a filter on the inner table, to limit the data.  An example of the data set parameter binding way can be found in the thread.<br />
<br />
Here are a few more:<br />
<br />
<ul class='bbc'><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27470-dataset-filter/' class='bbc_url' title='External link' rel='nofollow'>DataSet Filter</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27475-how-to-give-access-privilege-for-a-usernot-an-administrator-for-restarting-the-iserver/' class='bbc_url' title='External link' rel='nofollow'>How to Give Access Privilege for a User (Not an Administrator) for Restarting the iServer</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/24104-update-url-in-beforefactory/' class='bbc_url' title='External link' rel='nofollow'>Update URL in beforeFactory</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27482-table-in-a-header/' class='bbc_url' title='External link' rel='nofollow'>Table in a Header</a></li></ul><br />
And a few unanswered ones:<br />
<br />
<ul class='bbc'><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27474-column-names-in-csv-export/' class='bbc_url' title='External link' rel='nofollow'>Column Names in CSV Export</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27516-birt-pdf-report-print-issue-in-pdf-complete/' class='bbc_url' title='External link' rel='nofollow'>BIRT PDF Report Print Issue in PDF Complete</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27454-disk-cache-size-for-transient-reports-question/' class='bbc_url' title='External link' rel='nofollow'>Disk Cache Size for Transient Reports Question</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27400-actuatejavacomponent-war-for-tomcat/' class='bbc_url' title='External link' rel='nofollow'>Actuate JavaComponent WAR for Tomcat</a><br /></li><li><a href='http://www.birt-exchange.org/org/forum/index.php/topic/27388-new-window-after-entering-parameters/' class='bbc_url' title='External link' rel='nofollow'>New Window After Entering Parameters</a></li></ul><br />
If you have a suggestion or solution for any of these, please post in the thread!<br />
<br />
Thanks for reading this week's 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 <a href='http://www.birt-exchange.org/org/forum/' class='bbc_url' title='External link' rel='nofollow'>forums</a>. 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.]]></description>
		<pubDate>Mon, 06 Aug 2012 17:02:00 +0000</pubDate>
		<guid><![CDATA[http://www.birt-exchange.org/org/forum/index.php?app=blog&blogid=14&showentry=415]]></guid>
	</item>
	<item>
		<title>Last Week in the Forums: Export Data Gives Wrong Column Name, Sorting a String Field in a Custom Order, and more...</title>
		<link><![CDATA[http://www.birt-exchange.org/org/forum/index.php?app=blog&blogid=14&showentry=414]]></link>
		<category></category>
		<description><![CDATA[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!<br />
<br />
The unanswered post, from last week, that I'll cover, is about <a href='http://www.birt-exchange.org/org/forum/index.php/topic/27474-column-names-in-csv-export/' class='bbc_url' title='External link' rel='nofollow'>outputting the display name in csv export</a>.  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.<br />
<br />
The next topic I'll cover, this week, is about <a href='http://www.birt-exchange.org/org/forum/index.php/topic/27386-sorting-string-data/' class='bbc_url' title='External link' rel='nofollow'>sorting a string field in a custom order</a>.  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 <a href='http://www.birt-exchange.org/org/devshare/designing-birt-reports/1521-user-specified-custom-sort-order/' class='bbc_url' title='External link' rel='nofollow'>here</a>, to go directly to it.<br />
<br />
The last topic, for this week, is about <a href='http://www.birt-exchange.org/org/forum/index.php/topic/27463-hiding-the-generation-date-shown-under-the-reports/' class='bbc_url' title='External link' rel='nofollow'>hiding the date that always shows at the bottom of the report</a>.  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.<br />
<br />
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 <a href='http://www.birt-exchange.org/org/forum/' class='bbc_url' title='External link' rel='nofollow'>forums</a>. 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.]]></description>
		<pubDate>Mon, 30 Jul 2012 23:28:00 +0000</pubDate>
		<guid><![CDATA[http://www.birt-exchange.org/org/forum/index.php?app=blog&blogid=14&showentry=414]]></guid>
	</item>
	<item>
		<title>Last Week in the Forums: Issue Running Report from iServer, Adding a Second Column in the Grand Total Area of Crosstab, and more...</title>
		<link><![CDATA[http://www.birt-exchange.org/org/forum/index.php?app=blog&blogid=14&showentry=413]]></link>
		<category></category>
		<description><![CDATA[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 picked back up after their one week lull. 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!<br />
<br />
The unanswered post for this week is about <a href='http://www.birt-exchange.org/org/forum/index.php/topic/27388-new-window-after-entering-parameters/' class='bbc_url' title='External link' rel='nofollow'>an issue opening a report from iServer</a>.  Normally, when they click on a report from the iServer, the parameter window pops up, then the report opens in that wind&#111;w.  However, sporadically, the report opens in a new window and a new parameter window pops up over it.  If the window is closed, the report is there.  If anyone has experienced this issue, before, and knows what is happening, please post in the thread!<br />
<br />
The next post I'll discuss, this week, is about <a href='http://www.birt-exchange.org/org/forum/index.php/topic/27368-add-new-column-in-birt-report-based-on-generated-grand-total-column-in-crosstab/' class='bbc_url' title='External link' rel='nofollow'>adding another column to the grand total area in a crosstab</a>.  The poster wanted to add a second column to the grand total column to show a percentage of the total.  An example is posted in the thread that shows a way in which this can be achieved.<br />
<br />
The last post we'll cover, this week, is about <a href='http://www.birt-exchange.org/org/forum/index.php/topic/27399-how-to-create-toc/' class='bbc_url' title='External link' rel='nofollow'>creating a TOC in your report</a>. The poster wanted to have a TOC in their report.  A devShare example is linked in the thread that shows how a page number TOC and a hyperlink to the internal bookmark, in the report.<br />
<br />
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 <a href='http://www.birt-exchange.org/org/forum/' class='bbc_url' title='External link' rel='nofollow'>forums</a>. 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.]]></description>
		<pubDate>Mon, 23 Jul 2012 23:27:00 +0000</pubDate>
		<guid><![CDATA[http://www.birt-exchange.org/org/forum/index.php?app=blog&blogid=14&showentry=413]]></guid>
	</item>
	<item>
		<title>Last Week in the Forums: JAX-WS Data Source Issue, Issue with Scatter Plot and LOTS of Data, and more...</title>
		<link><![CDATA[http://www.birt-exchange.org/org/forum/index.php?app=blog&blogid=14&showentry=411]]></link>
		<category></category>
		<description><![CDATA[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!<br />
<br />
The unanswered post, from last week, that I'll cover, is about <a href='http://www.birt-exchange.org/org/forum/index.php/topic/27342-birt-37-jax-ws-axis2-data-source-help/' class='bbc_url' title='External link' rel='nofollow'>using a JAX-WS (axis 2) data source, with BIRT</a>.  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.<br />
<br />
The next topic I'll discuss is about <a href='http://www.birt-exchange.org/org/forum/index.php/topic/25941-birt-chart-line-plot-problem/' class='bbc_url' title='External link' rel='nofollow'>using lots of data in a scatter plot</a>.  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.<br />
<br />
The last topic, for this week, is about <a href='http://www.birt-exchange.org/org/forum/index.php/topic/27168-creating-14-text-s-with-14-data-set-lines/' class='bbc_url' title='External link' rel='nofollow'>using row data to auto-fill values in a standard text</a>.  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 &lt;value-of&gt; 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.<br />
<br />
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 <a href='http://www.birt-exchange.org/org/forum/' class='bbc_url' title='External link' rel='nofollow'>forums</a>. 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.]]></description>
		<pubDate>Mon, 16 Jul 2012 14:43:00 +0000</pubDate>
		<guid><![CDATA[http://www.birt-exchange.org/org/forum/index.php?app=blog&blogid=14&showentry=411]]></guid>
	</item>
	<item>
		<title><![CDATA[Last week in the Forums: Fragmented WSDL Schema Issue, Modyfying a Grid's Contents Dynamically, and more...]]></title>
		<link><![CDATA[http://www.birt-exchange.org/org/forum/index.php?app=blog&blogid=14&showentry=410]]></link>
		<category></category>
		<description><![CDATA[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!<br />
<br />
The unanswered post, for this week, is about <a href='http://www.birt-exchange.org/org/forum/index.php/topic/27322-problem-with-fragmented-wsdl-schema/' class='bbc_url' title='External link' rel='nofollow'>a problem with fragmented wsdl schemas, in BIRT</a>.  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.<br />
<br />
The next topic I'll cover is about <a href='http://www.birt-exchange.org/org/forum/index.php/topic/25804-modify-grid-content-in-oncreate-event/' class='bbc_url' title='External link' rel='nofollow'>modifying the contents of a grid dynamically</a>.  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.<br />
<br />
The last topic, for this week, is about <a href='http://www.birt-exchange.org/org/forum/index.php/topic/27306-spacing-between-data-groups-in-report/' class='bbc_url' title='External link' rel='nofollow'>adding grouping to a table dynamically and forcing a space between the groups</a>.  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.<br />
<br />
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 <a href='http://www.birt-exchange.org/org/forum/' class='bbc_url' title='External link' rel='nofollow'>forums</a>. 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.]]></description>
		<pubDate>Mon, 09 Jul 2012 15:46:00 +0000</pubDate>
		<guid><![CDATA[http://www.birt-exchange.org/org/forum/index.php?app=blog&blogid=14&showentry=410]]></guid>
	</item>
	<item>
		<title>Last week in the Forums: XML DataSource Connection, Dynamic Column Sorting, and more...</title>
		<link><![CDATA[http://www.birt-exchange.org/org/forum/index.php?app=blog&blogid=14&showentry=409]]></link>
		<category></category>
		<description><![CDATA[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're halfway through the year, already.  The forums are still steadily busy and I look for that to continue.  It seems like yesterday we were kicking off the new year.  We've had a good first half, let's make the second half just as good or even better.  As always, thanks to those users who help answer questions! It is a great help to the community!<br />
<br />
The unanswered question from last week is about <a href='http://www.birt-exchange.org/org/forum/index.php/topic/25812-xml-datasource/' class='bbc_url' title='External link' rel='nofollow'>passing connection credentials through XML</a>.  The poster is using an XML dataSource.  They want to know if there is a way to pass the database connection credentials through XML.  If anyone has experience with this issue or suggestions, please post in the thread.<br />
<br />
The next topic for this week is about <a href='http://www.birt-exchange.org/org/forum/index.php/topic/25748-column-sorting/' class='bbc_url' title='External link' rel='nofollow'>dynamic column sorting</a>.  The poster wanted to know how they could sort their report by clicking on a hyperlink in the column header.  An example is posted in the thread which shows how this can be done using parameters, hyperlinks, and some script.  The <a href='http://www.birt-exchange.com/be/products/birt-user-experience/interactive-viewer/features/' class='bbc_url' title='External link' rel='nofollow'>Actuate Interactive Viewer</a> would be a way to handle this for all reports without the need to code each report.<br />
<br />
The last topic I'll discuss is the <a href='http://www.birt-exchange.org/org/forum/index.php/topic/25919-multi-column-layout-in-birt/' class='bbc_url' title='External link' rel='nofollow'>newspaper layout issue</a>.  The poster was wanting to know if and when the newspaper layout would be supported as a standard feature.  The answer is that there is no specific version set, yet.  A post to a devShare example showing a way to create a newspaper layout can be found in the thread.  The following link is the bug report / enhancement request for the newspaper layout.  If you're wanting this feature, please click on the following link and let them know by voting for it.<br />
<br />
<a href='https://bugs.eclipse.org/bugs/show_bug.cgi?id=133218' class='bbc_url' title='External link' rel='nofollow'>https://bugs.eclipse.org/bugs/show_bug.cgi?id=133218</a><br />
<br />
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 <a href='http://www.birt-exchange.org/org/forum/' class='bbc_url' title='External link' rel='nofollow'>forums</a>. 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.]]></description>
		<pubDate>Mon, 02 Jul 2012 15:55:00 +0000</pubDate>
		<guid><![CDATA[http://www.birt-exchange.org/org/forum/index.php?app=blog&blogid=14&showentry=409]]></guid>
	</item>
	<item>
		<title>Last week in the Forums: Scroll Bars on a Chart, Line Height Issue in PDF, and more...</title>
		<link><![CDATA[http://www.birt-exchange.org/org/forum/index.php?app=blog&blogid=14&showentry=405]]></link>
		<category></category>
		<description><![CDATA[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. As expected, the forums are starting to slow a little, over the summer, at least for now. That being said, they're slowing down from a state of high traffic, so there are still many posts coming in, each week. As always, thanks to those users who help answer questions! It is a great help to the community!<br />
<br />
The unanswered post, this week, is about <a href='http://www.birt-exchange.org/org/forum/index.php/topic/25792-scroll-bars-on-a-gantt-chart/' class='bbc_url' title='External link' rel='nofollow'>scroll bars on a chart</a>.  The poster has a gantt chart that they want to have vertical scroll bars on.  If anyone has done this or has ideas, please post your suggestions in the thread.<br />
<br />
The next topic, for this week, is about <a href='http://www.birt-exchange.org/org/forum/index.php/topic/25757-line-height-in-pdf-reports/' class='bbc_url' title='External link' rel='nofollow'>line height in PDF</a>.  This question comes through the forums often enough.  When you set the line height in BIRT to a larger value than the text, all outputs show a larger line height.  However, when you try to have a smaller line height, the HTML outputs show this, but PDF does not.  The reason that some people tried to reduce the line height was because PDF seemed to show extra spacing between lines.  This should be solved in BIRT 3.7, as there is a new line height algorithm for 3.7+.  So, if you're using an older version and having issues with line spacing, upgrading will be the easiest option.  The next option is probably to edit the pdf emitter.<br />
<br />
The last topic, for this week, is about <a href='http://www.birt-exchange.org/org/forum/index.php/topic/25747-pass-multiple-values-from-single-paramter-to-report/' class='bbc_url' title='External link' rel='nofollow'>passing multiple values to a report through a parameter</a>.  The poster had a HTML select form in their report in a HTML text box that they wanted the user to be able to select multiple values from and submit the form and recall the design passing the multiple selections through their parameter.  A sample report is included in the thread that does just that.  It passes the current values through the parameter and uses them in the query to limit the dataSet.  It also sets them as the selected values in the drop down.<br />
<br />
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 <a href='http://www.birt-exchange.org/org/forum/' class='bbc_url' title='External link' rel='nofollow'>forums</a>. 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.]]></description>
		<pubDate>Mon, 25 Jun 2012 15:05:00 +0000</pubDate>
		<guid><![CDATA[http://www.birt-exchange.org/org/forum/index.php?app=blog&blogid=14&showentry=405]]></guid>
	</item>
</channel>
</rss>