<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
					xmlns:content="http://purl.org/rss/1.0/modules/content/"
					xmlns:wfw="http://wellformedweb.org/CommentAPI/"
					xmlns:dc="http://purl.org/dc/elements/1.1/"
					xmlns:atom="http://www.w3.org/2005/Atom"
					xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
				  >
<channel>
<title><![CDATA[Latest Replies]]></title>
<link>http://jasperforge.org/</link>
<description><![CDATA[Forge latest replies in forum messages]]></description>
<image><title><![CDATA[Latest Replies]]></title>
<link>http://jasperforge.org/</link>
<url>http://jasperforge.org/themes/jasper/images/tools/logo.gif</url>
</image>
<language></language>
<pubDate>Wed, 16 May 2012 23:20:15 +0000</pubDate>
<item>
<title><![CDATA[RE:Conditional Style Based on TextField Value]]></title>
<link>http://jasperforge.org/plugins/espforum/view.php?pg=y&amp;group_id=83&amp;topid=98116&amp;forumid=101&amp;topicid=22399#98116</link>
<pubDate>Wed, 16 May 2012 21:50:37 +0000</pubDate>
<description><![CDATA[<p>I would like to create a style which in English would read:</p>
<p style="margin-left: 40px;">If the value of the field I am in is less than zero, change the color to RED</p>
<p style="margin-left: 40px;">Then when I apply that style to 10 number fields, I do not have to create a conditional style for each field.</p>
<p>If I had 3 fields, named "MEXICO_PROFIT", "USA_PROFIT", "CANADA_PROFIT", I currently see needing 3 conditional styles:</p>
<p style="margin-left: 40px;">MEXICO_PROFIT_STYLE</p>
<p style="margin-left: 80px;">$F{MEXICO_PROFIT} < 0</p>
<p style="margin-left: 120px;">foreground RED</p>
<p style="margin-left: 40px;">USA_PROFIT_STYLE</p>
<p style="margin-left: 80px;">$F{USA_PROFIT} < 0</p>
<p style="margin-left: 120px;">foreground RED</p>
<p style="margin-left: 40px;">CANADA_PROFIT_STYLE</p>
<p style="margin-left: 80px;">$F{CANADA_PROFIT} < 0</p>
<p style="margin-left: 120px;">foreground RED</p>
<p>What I want is something like this, which I could apply to any numeric field:</p>
<p style="margin-left: 40px;">NEGATIVE_RED_STYLE</p>
<p style="margin-left: 80px;">$F{*} < 0</p>
<p>In this case $F{*} means the current field.</p>
<p>In Java you have the "this" object to get yourself, is there no way inside a conditional style expression to get the field where the style is being applied to?</p>
<p>&nbsp;</p>]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/espforum/view.php?pg=y&amp;group_id=83&amp;topid=98116&amp;forumid=101&amp;topicid=22399#98116</guid>
</item>
<item>
<title><![CDATA[RE:URGENT help needed with xy chart in iReport]]></title>
<link>http://jasperforge.org/plugins/espforum/view.php?pg=y&amp;group_id=83&amp;topid=98094&amp;forumid=101&amp;topicid=96243#98094</link>
<pubDate>Tue, 15 May 2012 21:39:11 +0000</pubDate>
<description><![CDATA[<p>&nbsp;I was having the same issue. I found out I was using an old jar, that referenced a deprecated method.</p>
<p>Just update it to the latest version. It worked for me.</p>]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/espforum/view.php?pg=y&amp;group_id=83&amp;topid=98094&amp;forumid=101&amp;topicid=96243#98094</guid>
</item>
<item>
<title><![CDATA[RE:ireports not working-cannot find java.exe]]></title>
<link>http://jasperforge.org/plugins/espforum/view.php?pg=y&amp;group_id=83&amp;topid=98093&amp;forumid=101&amp;topicid=98035#98093</link>
<pubDate>Tue, 15 May 2012 16:55:27 +0000</pubDate>
<description><![CDATA[<p>I fixed this by adding the folder it kept saying wasn't there and adding java.exe into it. Apparently Ireports process is called java.exe and it was just trying to open itself.</p>]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/espforum/view.php?pg=y&amp;group_id=83&amp;topid=98093&amp;forumid=101&amp;topicid=98035#98093</guid>
</item>
<item>
<title><![CDATA[RE:Allow user to pick portrait or landscape orientation at runtime]]></title>
<link>http://jasperforge.org/plugins/espforum/view.php?pg=y&amp;group_id=83&amp;topid=98080&amp;forumid=101&amp;topicid=93760#98080</link>
<pubDate>Tue, 15 May 2012 05:44:40 +0000</pubDate>
<description><![CDATA[<p>&nbsp;Here is your answer:</p>
<p><a href="http://stackoverflow.com/questions/7895626/ireport-combine-landscape-and-portrait-orientation"><a href="http://stackoverflow.com/questions/7895626/ireport-combine-landscape-and-portrait-orientation" target="_blank">http://stackoverflow.com/questions/7895626/ireport-combine-landscape-and-portrait-orientation</a></a></p>
<p>good luck!&nbsp;</p>]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/espforum/view.php?pg=y&amp;group_id=83&amp;topid=98080&amp;forumid=101&amp;topicid=93760#98080</guid>
</item>
<item>
<title><![CDATA[RE:Show report name in title]]></title>
<link>http://jasperforge.org/plugins/espforum/view.php?pg=y&amp;group_id=83&amp;topid=98069&amp;forumid=101&amp;topicid=97860#98069</link>
<pubDate>Mon, 14 May 2012 17:34:54 +0000</pubDate>
<description><![CDATA[<p>Is there a way to determine the reportname?</p>
<p>At the top level in iReport there is the property Report name, see also the XML of the JRXML file.</p>
<p>Is it possible from a scriptlet to retrieve the value of this name attribute?</p><table align="center" border="0" cellpadding="3" cellspacing="1" width="90%"><tbody><tr><td><b>Code:</b></td></tr><tr><td><pre><jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports <a href="http://jasperreports.sourceforge.net/xsd/jasperreport.xsd"" target="_blank">http://jasperreports.sourceforge.net/xsd/jasperreport.xsd"</a> 

name="XXXXXXXXXXXXX" 

language="groovy" pageWidth="595" pageHeight="842" columnWidth="535" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20"></td></tr></tbody></table>]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/espforum/view.php?pg=y&amp;group_id=83&amp;topid=98069&amp;forumid=101&amp;topicid=97860#98069</guid>
</item>
<item>
<title><![CDATA[RE:Dynamic column generation]]></title>
<link>http://jasperforge.org/plugins/espforum/view.php?pg=y&amp;group_id=83&amp;topid=98031&amp;forumid=101&amp;topicid=28436#98031</link>
<pubDate>Fri, 11 May 2012 13:18:04 +0000</pubDate>
<description><![CDATA[<p>&nbsp;Hi, guys.</p>
<p>As I don't wanna start a new topic to talk about the same thing, I'm posting it here.</p>
<p>I got the same problem. I have a report in which I got 5 fixed columns, and from the 3rd column to before the third last column I have dynamic columns...<br />
<br />
Here it is (using excel):</p>
<p><img src="http://img824.imageshack.us/img824/1691/semttulojkl.png" alt="" /><a href="http://img824.imageshack.us/img824/1691/semttulojkl.png" target="_blank"><a href="http://img824.imageshack.us/img824/1691/semttulojkl.png" target="_blank">http://img824.imageshack.us/img824/1691/semttulojkl.png</a></a></p>
<p>The columns betwenn the red line are the dynamic columns.</p>
<p><span style="color: rgb(255, 0, 0); ">A</span> would be the group header.</p>
<p><span style="color: rgb(255, 0, 0); ">B <span style="color: rgb(0, 0, 0); ">would be the detail band, which I want to reset, group by, the service number.</span></span></p>
<p><span style="color: rgb(255, 0, 0); ">C </span>would be the footer.</p>
<p>&nbsp;</p>
<p>I now how to do this using groups using iReport, but without being able to dynamically add or remove the columns.</p>
<p>I already tried DynamicJasper, but I'm having some issues grouping the data (the first column data is shown but the others just appear in the other row, and i've tested all the GroupLayouts)..</p>
<p>I'm sure you guys can help me. Thanks!</p><br><br>Post Edited by andreem at 05/11/2012 13:25]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/espforum/view.php?pg=y&amp;group_id=83&amp;topid=98031&amp;forumid=101&amp;topicid=28436#98031</guid>
</item>
<item>
<title><![CDATA[RE:How to display image in report through HTML Format]]></title>
<link>http://jasperforge.org/plugins/espforum/view.php?pg=y&amp;group_id=83&amp;topid=98020&amp;forumid=101&amp;topicid=97474#98020</link>
<pubDate>Fri, 11 May 2012 05:08:21 +0000</pubDate>
<description><![CDATA[<p>Hi,</p>
<p>&nbsp;</p>
<p>&nbsp; I have placed logo in ireport,but image is displayed in the report in execl format and pdf format.But only Html data is displayed but image is not displaying. If anyone knows the solution Please help me .</p>
<p>Regards,</p>
<p>Deepthy</p>]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/espforum/view.php?pg=y&amp;group_id=83&amp;topid=98020&amp;forumid=101&amp;topicid=97474#98020</guid>
</item>
<item>
<title><![CDATA[RE:Checking for existence of Image in the Repository]]></title>
<link>http://jasperforge.org/plugins/espforum/view.php?pg=y&amp;group_id=83&amp;topid=98012&amp;forumid=101&amp;topicid=96721#98012</link>
<pubDate>Thu, 10 May 2012 16:01:58 +0000</pubDate>
<description><![CDATA[<p>Greeting</p>
<p>I have been banging my head on the wall for hours now, did you finally find a solution to this?</p>
<p>I'll keep trying on my side and will inform you if/when i do.</p>
<p>I reports has the "On error type" option, but it seems not to work on jasper4.5.1 when the image does not exists it throws an error irrespective of your choice on the attribute.</p>
<p>So i'm trying to work with the "print when expression" attribute</p>
<p>&nbsp;</p>
<p>Cheers and goodluck</p>
<p>LsG</p>]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/espforum/view.php?pg=y&amp;group_id=83&amp;topid=98012&amp;forumid=101&amp;topicid=96721#98012</guid>
</item>
<item>
<title><![CDATA[RE:getting data into chart customizer]]></title>
<link>http://jasperforge.org/plugins/espforum/view.php?pg=y&amp;group_id=83&amp;topid=97986&amp;forumid=101&amp;topicid=97829#97986</link>
<pubDate>Wed, 09 May 2012 17:12:43 +0000</pubDate>
<description><![CDATA[<p>&nbsp;in case anyone else comes across this, here's how I handled this situation:&nbsp;</p>
<p>1. Create a variable of type dataset (whichever type of dataset your chart is using - in my case,&nbsp;DefaultHighLowDataset)</p>
<p>2. Set the variable to the chart's data as follows: <variable>&nbsp;= (DefaultHighLowDataset) chart.getXYPlot().getDataset();</p>
<p>Then you can use the data to conditionally set chart properties as needed.&nbsp;</p>]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/espforum/view.php?pg=y&amp;group_id=83&amp;topid=97986&amp;forumid=101&amp;topicid=97829#97986</guid>
</item>
<item>
<title><![CDATA[RE:Printing Problem at Dot Matrix Printer]]></title>
<link>http://jasperforge.org/plugins/espforum/view.php?pg=y&amp;group_id=83&amp;topid=97982&amp;forumid=101&amp;topicid=52719#97982</link>
<pubDate>Wed, 09 May 2012 12:50:19 +0000</pubDate>
<description><![CDATA[<p>&nbsp;hello there,</p>
<p>we also experience the problem on second page get more upper margin each time printing in multiple pages</p>
<p>did anybody found the solution on this?&nbsp;</p>
<p>the dot matrix printer is Epson LX-300 , is it vendor specific problem?</p>
<p>&nbsp;</p>
<p>thanks,</p>
<p>&nbsp;</p>]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/espforum/view.php?pg=y&amp;group_id=83&amp;topid=97982&amp;forumid=101&amp;topicid=52719#97982</guid>
</item>
</channel>
</rss>
