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

mmww

Members
  • Posts

    13
  • 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 mmww

  1. Hi,

    I need to keep full text in my textField. The text could be long.

    my element:


    <textField isStretchWithOverflow="true" isBlankWhenNull="true">
            <reportElement style="detail" stretchType="RelativeToTallestObject" x="417" y="0" width="138" height="110" isPrintWhenDetailOverflows="true">
                        <property name="net.sf.jasperreports.print.keep.full.text" value="true"/>
          </reportElement>
         <textElement/>
          <textFieldExpression class="java.lang.String"><![CDATA[$F{UWAGI}]]></textFieldExpression>

    </textField>

     

    When I export it to xls, first view shows a part of text,  rest is hidden, but all text is remaining.

    When I export to pdf , element's height strecht around twice but still it's just a part of full text, about 260-300 characters.

    Any ideas?

    I'll be grateful for any help.

     

    M.W.

  2. Hello

    I prepared some .jrxml file.. and export it to .xls

    And  I'm losing some part of data which sometimes can be longer then field I prepared.

    Is it possible to omitt this sutuation? I would like to have ALWAYS ALL data. They can be hide .. and be shown after I slide column

    How can get it?

    its very important so please any ideas..

  3. Ok I've got it. You need to set a flag.

     

    If this flag is not set, the nearest color from the standard XLS palette is chosen for a report color.

    If the flag is set, the nearest not yet modified color from the palette is chosen and modified to exactly match the report color.

     

    So this is solution:

     

    exporterXLS.setParameter(JExcelApiExporterParameter.CREATE_CUSTOM_PALETTE, true);

     

     

  4. I had similar problem, and I didn't find a straight solution.

    I made a couple single reports and then copied them to one new xls document, one report for one sheet. I used a jxls library which has method importSheet.

     

    Hope it helps you.

     

     

     

     

  5. Is it possible to create an Excel document (.xls) which includes several sheets using iReport? Each sheet needs to contain a unique report. (I know POI supports multiple sheets, so it should be possible) How can this be done?

  6. Hi,

    there is a constructor Timestamp(long)  which I can't use. I get error:

    "Timestamp cannot be resolved to a type" of course my field is java.sql.Timestamp.

    I tried also new Timestamp(109,10,10,20,20,20,0) this alsow fail.

    any help?

     

    Or do you konw how to add some time (example 2hours)  to Timestamp field ??? 

     

    please, I really need it :)

     

  7. Hi,

    In my DB2 database I've got timeStamp in neutral Time Zone GMT,

    But for reports I need my local time.., now (in summer time) I need 2 hour more then GMT...

    How can I synchronize them?

     

    Please for answer :)

  8. Hi,

    I would like to know how to unite fields in detail band.

    I've got a group (by some nummber) and I wannt to have something like group header, but on detail band (not above!)

     

    I would be gratefull for any help..



    Post Edited by mmww at 10/02/2009 13:18
×
×
  • Create New...