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

Selva_ms7

Members
  • Posts

    21
  • Joined

  • Last visited

Selva_ms7's Achievements

Apprentice

Apprentice (3/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

0

Reputation

  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 ?
×
×
  • Create New...