<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
	<channel>
		<title>JasperAssistant Forum</title>
		<link>http://www.jasperassistant.com/forum/</link>
		<description>JasperAssistant forum latest posts</description>
		<language>en-us</language>
		<copyright>Copyright (c) 2003-2008 Infologic SA</copyright>
		<ttl>60</ttl>

	
		<item>
			<title>Database Column Name having space </title>
			<link>http://www.jasperassistant.com/forum/topic/28144/database_column_name_having_space#28612</link>
			<guid>http://www.jasperassistant.com/forum/topic/28144/database_column_name_having_space#28612</guid>
			
			<description>We have column name as [Vendor Name]. Jasper Assistant is not recognizing as a valid column name.</description>
			
			<author>RK</author>
			<pubDate>Fri, 30 Jul 2010 22:20:00 -0000</pubDate>
		</item>
	
		<item>
			<title>Drawing a Line graph </title>
			<link>http://www.jasperassistant.com/forum/topic/27868/drawing_line_graph#28336</link>
			<guid>http://www.jasperassistant.com/forum/topic/27868/drawing_line_graph#28336</guid>
			
			<description>I want to draw a Line graph in Struts application,&lt;br/&gt;I use Netbeans and installed necessary plugin.&lt;br/&gt;&lt;pre&gt;&lt;br/&gt;public String getPDFReport(LineChartShipwiseEfficiencyBean bean[], String filePath, String fileName,&lt;br/&gt;            String jrxmlFilePath) {&lt;br/&gt;        String message = &amp;quot;&amp;quot;;&lt;br/&gt;        OutputStream ouputStream = null;&lt;br/&gt;        ByteArrayOutputStream byteArrayOutputStream = null;&lt;br/&gt;        try {&lt;br/&gt;            JasperReport jasperReport = JasperCompileManager.compileReport(jrxmlFilePath);&lt;br/&gt;            System.out.println(&amp;quot;Compiled Report.........!&amp;quot;);&lt;br/&gt;            JasperPrint jasperPrint = JasperFillManager.fillReport(jasperReport,&lt;br/&gt;                    new HashMap(10), new JRBeanArrayDataSource(bean));&lt;br/&gt;            System.out.println(&amp;quot;Print Ready.............!&amp;quot;);&lt;br/&gt;            JasperExportManager.exportReportToPdfFile(jasperPrint, filePath);&lt;br/&gt;            System.out.println(&amp;quot;PDF Printed...............!&amp;quot;);&lt;br/&gt;        } catch (JRException ed) {&lt;br/&gt;            System.out.println(&amp;quot;JRException Report Generation0:&amp;quot; + ed);&lt;br/&gt;        } catch(Exception e){&lt;br/&gt;            System.out.println(&amp;quot;Exception Report Generation1:&amp;quot; + e);&lt;br/&gt;        }finally {&lt;br/&gt;            message = &amp;quot;filePath=&amp;quot; + filePath + &amp;quot;&amp;amp;file=&amp;quot; + fileName;&lt;br/&gt;            return message;&lt;br/&gt;        }&lt;br/&gt;    }&lt;/pre&gt; &lt;br/&gt;It gives exception while compiling jrXML file,&lt;br/&gt;but don&amp;#39;t come to Catch, it directly goes to Finally block without giving any Exception.&lt;br/&gt;What is the reason plz help.&lt;br/&gt;</description>
			
			<author>Sandeep Lokhande</author>
			<pubDate>Wed, 21 Jul 2010 11:42:00 -0000</pubDate>
		</item>
	
		<item>
			<title>crosstab group force page break</title>
			<link>http://www.jasperassistant.com/forum/topic/27836/crosstab_group_force_page_break#28304</link>
			<guid>http://www.jasperassistant.com/forum/topic/27836/crosstab_group_force_page_break#28304</guid>
			
			<description>Does anyone know how to do this?  Groups do not work in cross tab.  Report works fine exported to PDF with X and Y totals for multiple groups but users want separate group per page.&lt;br/&gt;&lt;br/&gt;Thanks.</description>
			
			<author>randall</author>
			<pubDate>Tue, 20 Jul 2010 14:46:00 -0000</pubDate>
		</item>
	
		<item>
			<title>Problem while grouping records by Date and Another field</title>
			<link>http://www.jasperassistant.com/forum/topic/27669/problem_while_grouping_records_by_date#28136</link>
			<guid>http://www.jasperassistant.com/forum/topic/27669/problem_while_grouping_records_by_date#28136</guid>
			
			<description>I have a number of records in my database. Each of them have a date time stamp in the mm/dd/yyyy HH:MM:ss format. &lt;br/&gt;if I am grouping the calls by date, it comes properly. but if I group based on date and some other field, for a particular day the second grouping field should come only once. But In my case the second grouping field is repeating again and again. I feel this is happening because I have date and time. How can I solve this problem?&lt;br/&gt;&lt;br/&gt;I am getting the result set and sending it to the jasper report for populating the report.&lt;br/&gt;&lt;br/&gt;Eg : If the grouping is Agent by Days then for a day 14/07/2010 each Agent name should come only once and all the entries for the particular agent for that day should be displayed. But the Agent grouping is repeating again and again&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;</description>
			
			<author>Arun K Abraham</author>
			<pubDate>Wed, 14 Jul 2010 13:53:00 -0000</pubDate>
		</item>
	
		<item>
			<title>Re: Unkown Print Order 0. - Error when using subreports in Jasper</title>
			<link>http://www.jasperassistant.com/forum/topic/27127/unkown_print_order_error_when_using#28087</link>
			<guid>http://www.jasperassistant.com/forum/topic/27127/unkown_print_order_error_when_using#28087</guid>
			
			<description>Did u collect the Data Source as a parameter properly in sub report... check with the names</description>
			
			<author>*********</author>
			<pubDate>Mon, 12 Jul 2010 11:19:00 -0000</pubDate>
		</item>
	
		<item>
			<title>How to Integrate Struts 1.2 with jasperreports?</title>
			<link>http://www.jasperassistant.com/forum/topic/27616/how_to_integrate_struts_with#28082</link>
			<guid>http://www.jasperassistant.com/forum/topic/27616/how_to_integrate_struts_with#28082</guid>
			
			<description>I am trying to develop a web application using struts frame work and jasper reports. can any body tel me how to integrate with struts 1.2 . i done with webworks but doesn&amp;#39;t have any idea how to use with struts 1.2&lt;br/&gt;&lt;br/&gt;Your reply is appreciated :)&lt;br/&gt;&lt;br/&gt;Thanks in advance,&lt;br/&gt;Mahi</description>
			
			<author>Mahesh</author>
			<pubDate>Mon, 12 Jul 2010 06:23:00 -0000</pubDate>
		</item>
	
		<item>
			<title>If the report have a chart then OutOfMemoryError is coming?</title>
			<link>http://www.jasperassistant.com/forum/topic/27531/if_the_report_have_chart_then#27997</link>
			<guid>http://www.jasperassistant.com/forum/topic/27531/if_the_report_have_chart_then#27997</guid>
			
			<description>If i put chart in the report the following error is coming, if not report generating?&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;net.sf.jasperreports.engine.JRRuntimeException: java.lang.OutOfMemoryError: PermGen space&lt;br/&gt;	net.sf.jasperreports.engine.fill.JRFillSubreport.prepare(JRFillSubreport.java:659)&lt;br/&gt;	net.sf.jasperreports.engine.fill.JRFillElementContainer.prepareElements(JRFillElementContainer.java:327)&lt;br/&gt;	net.sf.jasperreports.engine.fill.JRFillBand.fill(JRFillBand.java:402)&lt;br/&gt;	net.sf.jasperreports.engine.fill.JRFillBand.fill(JRFillBand.java:361)&lt;br/&gt;	net.sf.jasperreports.engine.fill.JRVerticalFiller.fillSummaryWithLastFooterNoPageBands(JRVerticalFiller.java:1404)&lt;br/&gt;</description>
			
			<author>kiran</author>
			<pubDate>Fri, 09 Jul 2010 07:08:00 -0000</pubDate>
		</item>
	
		<item>
			<title>Re: Unkown Print Order 0. - Error when using subreports in Jasper</title>
			<link>http://www.jasperassistant.com/forum/topic/27127/unkown_print_order_error_when_using#27821</link>
			<guid>http://www.jasperassistant.com/forum/topic/27127/unkown_print_order_error_when_using#27821</guid>
			
			<description>Hi,&lt;br/&gt;&lt;br/&gt;I am receiving the same error...&lt;br/&gt;&lt;br/&gt;Any ideas?</description>
			
			<author>Mike</author>
			<pubDate>Thu, 01 Jul 2010 14:34:00 -0000</pubDate>
		</item>
	
		<item>
			<title>Uninstall</title>
			<link>http://www.jasperassistant.com/forum/topic/27276/uninstall#27741</link>
			<guid>http://www.jasperassistant.com/forum/topic/27276/uninstall#27741</guid>
			
			<description>How to uninstall jasper from workshop ?</description>
			
			<author>Sri</author>
			<pubDate>Mon, 28 Jun 2010 13:18:00 -0000</pubDate>
		</item>
	
		<item>
			<title>Unkown Print Order 0. - Error when using subreports in Jasper</title>
			<link>http://www.jasperassistant.com/forum/topic/27127/unkown_print_order_error_when_using#27592</link>
			<guid>http://www.jasperassistant.com/forum/topic/27127/unkown_print_order_error_when_using#27592</guid>
			
			<description>I am a beginner in jasper reports. Also Subreports concept is very very new to me. I am having Mater_Report with 2 sub reports like this :&lt;br/&gt; Master_Report--&amp;gt;Sub_report1-&amp;gt;Sub_Report2&lt;br/&gt;I am using custom datasource to fill the reports&lt;br/&gt;I m not sure how to compile it programmatically, i have tried but i am getting following rntime error while filling the master reports. The Stack trace of error is: &lt;br/&gt;xception in thread &amp;quot;main&amp;quot; net.sf.jasperreports.engine.JRRuntimeException: Unkown print order 0.&lt;br/&gt;	at net.sf.jasperreports.engine.fill.JRFillSubreport.initSubreportFiller(Unknown Source).......................	&lt;br/&gt;	at net.sf.jasperreports.engine.JasperFillManager.fillReport(Unknown Source)&lt;br/&gt;	at ReportTableCompiler.main(ReportTableCompiler.java:59)&lt;br/&gt;&lt;br/&gt;The code used for compiling reports is : &lt;br/&gt; JasperPrint print=new JasperPrint();&lt;br/&gt;  &lt;br/&gt;    jdesign = JRXmlLoader.load(&amp;quot;D:\\sub_report1.jrxml&amp;quot;);&lt;br/&gt;    jasperReport = JasperCompileManager.compileReport(jd1);&lt;br/&gt;    Map parameters = new HashMap();&lt;br/&gt;    parameters.put(&amp;quot;sub_report1&amp;quot;, jasperReport);&lt;br/&gt;		&lt;br/&gt;			design= JRXmlLoader.load(&amp;quot;D:\\sub_report2.jrxml&amp;quot;);&lt;br/&gt;			report=JasperCompileManager.compileReport(design);&lt;br/&gt;			parameters.put(&amp;quot;sub_report2&amp;quot;, report);&lt;br/&gt;design1=JRXmlLoader.load(&amp;quot;D:\\master_report.jrxml&amp;quot;);&lt;br/&gt;			report1=JasperCompileManager.compileReport(design1);&lt;br/&gt;&lt;br/&gt;//Getting error on executing the following  line&lt;br/&gt;print=JasperFillManager.fillReport(report1, parameters, new TableDataSource());&lt;br/&gt;&lt;br/&gt;JasperViewer.viewReport(print);&lt;br/&gt;&lt;br/&gt;Thanks in advance.. Pls help me solving this issue. or tell me the steps on how to use subreports &amp;amp; how to compile subreport programmatic(java code).</description>
			
			<author>Karthikeyan</author>
			<pubDate>Tue, 22 Jun 2010 13:35:00 -0000</pubDate>
		</item>
	
		<item>
			<title>Subreport of subreport</title>
			<link>http://www.jasperassistant.com/forum/topic/26994/subreport_of_subreport#27459</link>
			<guid>http://www.jasperassistant.com/forum/topic/26994/subreport_of_subreport#27459</guid>
			
			<description>Hi,&lt;br/&gt;I am new in jasper report..&lt;br/&gt;I have a main  report and in it one subreport and parameter of subreport which reads data from the main report..It is ok..&lt;br/&gt;but now I want a one subreport under this subreport. so how can parameter of this subreport reads data from its above subreport or main report..&lt;br/&gt;please reply me as soon as possible..with example...</description>
			
			<author>Divya</author>
			<pubDate>Thu, 17 Jun 2010 05:56:00 -0000</pubDate>
		</item>
	
		<item>
			<title>Page Break Problem</title>
			<link>http://www.jasperassistant.com/forum/topic/26992/page_break_problem#27457</link>
			<guid>http://www.jasperassistant.com/forum/topic/26992/page_break_problem#27457</guid>
			
			<description>Hi,&lt;br/&gt;I am new in jasper report and I want that,&lt;br/&gt;when new report is start, I want a page break means report start from the new page using code, not using iReport..&lt;br/&gt;How can I do it??&lt;br/&gt;please reply me as soon as possible..</description>
			
			<author>Divya</author>
			<pubDate>Thu, 17 Jun 2010 05:51:00 -0000</pubDate>
		</item>
	
		<item>
			<title>Mulitple detail band in jasper report using ireport 2.0.4</title>
			<link>http://www.jasperassistant.com/forum/topic/26778/mulitple_detail_band_in_jasper_report#27242</link>
			<guid>http://www.jasperassistant.com/forum/topic/26778/mulitple_detail_band_in_jasper_report#27242</guid>
			
			<description>We have the problem to define multiple section in the detail band also we couldn&amp;#39;t pass the multiple collection from java to ireport for the multiple band in the detail section.</description>
			
			<author>Pavithra</author>
			<pubDate>Tue, 08 Jun 2010 07:13:00 -0000</pubDate>
		</item>
	
		<item>
			<title>SQL Problems</title>
			<link>http://www.jasperassistant.com/forum/topic/26540/sql_problems#27004</link>
			<guid>http://www.jasperassistant.com/forum/topic/26540/sql_problems#27004</guid>
			
			<description>Hi to all.&lt;br/&gt;I&amp;#39;m writing a SQL code to extract fields from a database&lt;br/&gt;My DB is MySQL based and i use JDBC connector.&lt;br/&gt;&lt;br/&gt;If i try to use a parametric form of IN Syntax ( eg. SELECT name WHERE id IN (1,2,3) ) it works only if the elements of IN parenthesis are passed not in a parameter way.&lt;br/&gt;If i use a syntax like&lt;br/&gt;SELECT name WHERE id IN($P{ID_NAME})&lt;br/&gt;it doesn&amp;#39;t work because it shows me only one, and the first, record of the query.&lt;br/&gt;Anyone know how to solve this problem?&lt;br/&gt;&lt;br/&gt;Thanks</description>
			
			<author>Marcello</author>
			<pubDate>Thu, 27 May 2010 15:43:00 -0000</pubDate>
		</item>
	
		<item>
			<title>Cascading No order  </title>
			<link>http://www.jasperassistant.com/forum/topic/26494/cascading_no_order#26958</link>
			<guid>http://www.jasperassistant.com/forum/topic/26494/cascading_no_order#26958</guid>
			
			<description>Hi!&lt;br/&gt;&lt;br/&gt; &lt;br/&gt;&lt;br/&gt;I need to make a cascading with no order. I mean a cascading where the selectors refresh all the contents with the selections of all the others selectors...&lt;br/&gt;&lt;br/&gt;Actually, I have the problem that the prompt previous to the report have a default selection (particulary, the last selected register of the parameter query)....How can I solve it?&lt;br/&gt;&lt;br/&gt; &lt;br/&gt;&lt;br/&gt; &lt;br/&gt;&lt;br/&gt;Thanks!&lt;br/&gt;</description>
			
			<author>Adrian Lopez</author>
			<pubDate>Wed, 26 May 2010 07:27:00 -0000</pubDate>
		</item>
	
		<item>
			<title>display image into jasper report from mysql</title>
			<link>http://www.jasperassistant.com/forum/topic/26441/display_image_into_jasper_report_from#26905</link>
			<guid>http://www.jasperassistant.com/forum/topic/26441/display_image_into_jasper_report_from#26905</guid>
			
			<description>How do i display multiple images from mysql into a jasper report? Plz help me.</description>
			
			<author>Mohsin Hussain</author>
			<pubDate>Mon, 24 May 2010 09:03:00 -0000</pubDate>
		</item>
	
		<item>
			<title>Unable to get value for field &#39;..&#39; of  &#39;java.lang.Integer&#39;</title>
			<link>http://www.jasperassistant.com/forum/topic/26363/unable_to_get_value_for_field_of_java#26827</link>
			<guid>http://www.jasperassistant.com/forum/topic/26363/unable_to_get_value_for_field_of_java#26827</guid>
			
			<description>Full error is:&lt;br/&gt;Unable to get value for field &amp;#39;remaining_52120&amp;#39; of class &amp;#39;java.lang.Integer&amp;#39;&lt;br/&gt;&lt;br/&gt;&amp;#39;remaining_52120&amp;#39; is a calculated field, the difference of 2 decimal(16,4) fields.  The query works and returns the value, but it is not an integer.  When I try to turn the report text box into a decimal it fails.&lt;br/&gt;&lt;br/&gt;Any ideas?  Thanks.&lt;br/&gt;&lt;br/&gt;Fred</description>
			
			<author>Fred</author>
			<pubDate>Fri, 21 May 2010 17:27:00 -0000</pubDate>
		</item>
	
		<item>
			<title>Re: Subreport return value doesn&#39;t work as expected</title>
			<link>http://www.jasperassistant.com/forum/topic/25600/subreport_return_value_doesn_work_as#26507</link>
			<guid>http://www.jasperassistant.com/forum/topic/25600/subreport_return_value_doesn_work_as#26507</guid>
			
			<description>manually typed your variable</description>
			
			<author>XXX</author>
			<pubDate>Thu, 29 Apr 2010 04:39:00 -0000</pubDate>
		</item>
	
		<item>
			<title>Language supprot Problem</title>
			<link>http://www.jasperassistant.com/forum/topic/25963/language_supprot_problem#26426</link>
			<guid>http://www.jasperassistant.com/forum/topic/25963/language_supprot_problem#26426</guid>
			
			<description>Hello &lt;br/&gt;I&amp;#39;m swapnil&lt;br/&gt;From India&lt;br/&gt;I want to print the Marathi language on pdf  document.&lt;br/&gt;It print the values but not the labels i.e static text which i set in report.&lt;br/&gt;it show unknown character on pdf doc&lt;br/&gt;so please help me.I&amp;#39;m using this first time&lt;br/&gt;so DOn&amp;#39;t know more about iReport&lt;br/&gt;sitll I managed to print it but need ur help for language support in iReport.&lt;br/&gt;I install all software like googlemarathi then regional language supprot but couldn&amp;#39;t get desired o/p&lt;br/&gt;Waiting for ur reply&lt;br/&gt;Thank You&lt;br/&gt;Swapnil Shelke</description>
			
			<author>swapnilshelke</author>
			<pubDate>Mon, 26 Apr 2010 06:41:00 -0000</pubDate>
		</item>
	
		<item>
			<title>error ocures in following line  jasperReport = JasperCompileMana</title>
			<link>http://www.jasperassistant.com/forum/topic/25881/error_ocures_in_following_line#26344</link>
			<guid>http://www.jasperassistant.com/forum/topic/25881/error_ocures_in_following_line#26344</guid>
			
			<description>Exception in thread &amp;quot;main&amp;quot; java.lang.NoClassDefFoundError: org/codehaus/groovy/control/CompilationFailedException&lt;br/&gt;        at java.lang.Class.forName0(Native Method)&lt;br/&gt;        at java.lang.Class.forName(Class.java:247)&lt;br/&gt;        at net.sf.jasperreports.engine.util.JRClassLoader.loadClassForRealName(JRClassLoader.java:157)&lt;br/&gt;        at net.sf.jasperreports.engine.util.JRClassLoader.loadClassForName(JRClassLoader.java:115)&lt;br/&gt;        at net.sf.jasperreports.engine.JasperCompileManager.getCompiler(JasperCompileManager.java:511)&lt;br/&gt;        at net.sf.jasperreports.engine.JasperCompileManager.compileReport(JasperCompileManager.java:215)&lt;br/&gt;        at net.sf.jasperreports.engine.JasperCompileManager.compileReport(JasperCompileManager.java:148)&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;please reply on satish_belose@yahoo.co.in thanks.</description>
			
			<author>satish_belose@yahoo.co.in</author>
			<pubDate>Thu, 22 Apr 2010 20:21:00 -0000</pubDate>
		</item>
	
	</channel>
</rss>
