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

Posts 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. 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 

     

  3. 1.png.e40784ea46137216184d29ba78ffeeb2.png

    1.Create table with just empty table type and column values as according to ur need

    2.png.1fd35dab60a1b829f8237b137f0a90ff.png

    2.uncheck the other fileds than the column headers

    3.png.2116d8bcf947243a4ebfdb12b709dac6.png

    3.select column 1 & 2 in table properties4.thumb.png.50b51aeba7e6b9e7e8a7f09505d47077.png4.right click and click group selected elements5.thumb.png.e56867b885d486831c383e065efc5193.png5.again right click on cloumn1 and click add cell

    6.png.b23ddedc0de94cfb1334d717996da4cf.png6. create that table according to ur need

  4. 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...