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

Selva_ms7

Members
  • Posts

    21
  • 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 Selva_ms7

  1. Hi , I'm trying to update Jasper to the latest version Jasper reports 6.20.5 when I update I'm getting "org.apache.commons.lang does not exist" error even though it's already added. I'm using the following in sbt "net.sf.jasperreports" % "jasperreports" % "6.20.5", "com.lowagie" % "itext" % "2.1.7", "org.olap4j" % "olap4j" % "1.2.0", "net.sf.jasperreports" % "jasperreports-fonts" % "6.20.5", "com.github.librepdf" % "openpdf" % "1.3.30", "org.apache.commons" % "commons-collections4" % "4.1", "org.apache.commons" % "commons-lang3" % "3.11" Error : org.apache.commons.lang does not exist org.apache.commons.lang.StringUtils Thanks in advance...!!
  2. When I Use Jasper Report 6.20.0 I'm getting org.apache.commons.lang.StringUtils not found but if use lesser version jasper 6.3.1 issue is not appearing "org.apache.commons" % "commons-lang3" % "3.11", "org.apache.commons" % "commons-collections4" % "4.4", I'm using both apache jars but still I'm getting the error Thanks in advance!!!
  3. https://community.jaspersoft.com/project/jaspersoft-studio/releases It's free only use the above link to get your desired version :)
  4. place all the subreports in a report and place that report in main report on main report footer give ur footer it will print as u want.... : )
  5. have two type of design one is for right side and one is for left side according to the report need print one and don't print another and do the vice versa use condition to achieve this :)
  6. It will work as you will provide color to that label alone cell will have white background...
  7. you can do it by setting the text rotation to "right" and then rotating the page.
  8. i have used that one in jaspersoft tool it's working fine but when it's converting into pdf where it's showing as normal text i have used Courier New Font
  9. pass the $F{yourdatefield} as string and use this (new SimpleDateFormat("d-MMM-yyyy").parse($F{yourdatefield}))
  10. If query retruns no values it will result in empty record but one empty record is not like that and also check parameters u are passing
  11. I'm having Field A and Field B . I want to combine both A & B as single string and different properties for printing those field like A - Arial Normal B - Arial Italics Bold Is there any possibility that i can get this ? Thanks in advance, Selva
  12. Have u added environment variables correctly ?
  13. that is because you needed to include oracle jar to classpath of the driver
  14. can u add code and samples of output u want and u have now
  15. Hi , I created a report which generates chinese characters also,my code is <font fontName="Arial Unicode MS" size="8" pdfEncoding="Cp1250" isPdfEmbedded="true"/> </textElement> <textFieldExpression><![CDATA[($F{PCONA_ADDR1}!=null ? $F{PCONA_ADDR1} +"<br>": "") + ($F{PCONA_ADDR2}!=null ? $F{PCONA_ADDR2} +"<br>": "") + ($F{PCONA_ADDR3}!=null ? $F{PCONA_ADDR3}:"")]]></textFieldExpression> </textField> It is working fine in ireport internal preview when i export it has PDF format it is not working it is printing like "?????????" instead of chinese characters how to print chinese charcters and other charcters in PDF. Thanks in advance Selva
  16. This is because u added subreport on summary band and make sure u have given the page header on page header band if u have given header in title it will display on first page itself. Try to create group footer and use the subreport there
  17. 1.Create table with just empty table type and column values as according to ur need 2.uncheck the other fileds than the column headers 3.select column 1 & 2 in table properties4.right click and click group selected elements5.again right click on cloumn1 and click add cell 6. create that table according to ur need
  18. Hi Guys, I have Values like this A________B1 72 83 94 10 5 116 12 And I want Output Like this 1 to 7 2 to 8 3 to 9 4 to 10 5 to 11 6 to 12 I used list >>print order as>>Horizontal now how to print that list three values in first line and other three values in second line advance Thanks, selva
×
×
  • Create New...