Jump to content
We've recently updated our Privacy Statement, available here ×

Venkatachalam P

Members
  • Posts

    5
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by Venkatachalam P

  1. Hi, I need to give the date pattern (dd/MMM/yyyy) in the below expression "Business Date - Form :"+$P{p_fromDate}+" To : " + $P{p_toDate}. Suppose if I give the above expression in separate text filed means its working fine. And then One more scenario I need to give A, B, C values in a text filed. But I need to bold the B value. (for eg: VK is Prospect Customer for ABC product) May I know is there any possible for above scenarios. Thanks VK
  2. Thanks Miller... I've changed the language as "Java". It shows the exact error...
  3. Hi, In the iReport 5.5.0 I've created a report tried to view the preview I got the Compilation exceptions. May I know how can solve this .... Below I've paste the error. Compilation exceptions: com.jaspersoft.ireport.designer.compiler.ErrorsCollector@d2b7d8net.sf.jasperreports.engine.JRException: Errors were encountered when compiling report expressions class file:org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:calculator_Agent324532Pending32Renewals_1389179907643_174204: 226: unexpected token: : @ line 226, column 37.1 error at net.sf.jasperreports.compilers.JRGroovyCompiler.compileUnits(JRGroovyCompiler.java:113) at net.sf.jasperreports.engine.design.JRAbstractCompiler.compileReport(JRAbstractCompiler.java:201) at net.sf.jasperreports.engine.JasperCompileManager.compile(JasperCompileManager.java:241) at net.sf.jasperreports.engine.JasperCompileManager.compileToFile(JasperCompileManager.java:157) at net.sf.jasperreports.engine.JasperCompileManager.compileReportToFile(JasperCompileManager.java:450) at com.jaspersoft.ireport.designer.compiler.IReportCompiler.run(IReportCompiler.java:528) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572) at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997)Caused by: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:calculator_Agent324532Pending32Renewals_1389179907643_174204: 226: unexpected token: : @ line 226, column 37.1 error at org.codehaus.groovy.control.ErrorCollector.failIfErrors(ErrorCollector.java:302) at org.codehaus.groovy.control.ErrorCollector.addFatalError(ErrorCollector.java:149) at org.codehaus.groovy.control.ErrorCollector.addError(ErrorCollector.java:119) at org.codehaus.groovy.control.ErrorCollector.addError(ErrorCollector.java:131) at org.codehaus.groovy.control.SourceUnit.addError(SourceUnit.java:359) at org.codehaus.groovy.antlr.AntlrParserPlugin.transformCSTIntoAST(AntlrParserPlugin.java:141) at org.codehaus.groovy.antlr.AntlrParserPlugin.parseCST(AntlrParserPlugin.java:107) at org.codehaus.groovy.control.SourceUnit.parse(SourceUnit.java:236) at org.codehaus.groovy.control.CompilationUnit$1.call(CompilationUnit.java:161) at org.codehaus.groovy.control.CompilationUnit.applyToSourceUnits(CompilationUnit.java:900) at org.codehaus.groovy.control.CompilationUnit.doPhaseOperation(CompilationUnit.java:564) at org.codehaus.groovy.control.CompilationUnit.processPhaseOperations(CompilationUnit.java:540) at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:517) at net.sf.jasperreports.compilers.JRGroovyCompiler.compileUnits(JRGroovyCompiler.java:109) ... 7 moreCompilation running time: 138[/code]
  4. Thanks Ankur Gupta. In the "Report Query" editior having "Sorting option". I have given the sorting column name in that... Because I'm using oracle database So if we give order by in the query means it may cause some performance issue.
  5. Hi, I'm the new bee of the iReport. I've created a report with the following fileds EMP_ID, EMP_NAME, DEPT_NAME, MANAGER_NAME. And the above data are grouping (Reeport Group) by the MANAGER_NAME filed. Its give the proper result. Once I edit the grooup expression as DEPT_NAME (or delete this group and create new group for DEPT_NAME). Its not grouping the data. It show every record under the DEPT_NAME. NOTE: My environmnet is iReport 5.5.0, Windos 7 os... Thanks VK
×
×
  • Create New...