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

mennei

Members
  • Posts

    36
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Posts posted by mennei

  1. try to check the "Remove line when blank" attribute.

    From the ireport guide

    "This option takes away the vertical space occupied by an object, if it is not visible;
    the element visibility is determined by the value of the expression contained in the
    Print when expression attribute or in case of text fields by the Blank when null
    attribute too. Think of the page as a grid where the elements are placed, with a line
    being the space the element occupies. Figure 5-12 highlights the element A line; in
    order to really remove this line, all the elements that share a portion of the line
    have to be null (that is, they will not be printed)"

  2. Try this code:

    where id, version are some numbers (could be 18000 and 1).

    This work fine for me.

    Code:
    String timezone = "";int occurrenceCount = 1;   Integer recurrenceInterval = 0;IntervalUnit recurrenceIntervalUnit = null;JobSimpleTrigger simpleTrigger = new JobSimpleTrigger(id, version, timezone, startDate, null, occurrenceCount, recurrenceInterval, recurrenceIntervalUnit) ;        theJob.setSimpleTrigger(simpleTrigger);
  3. Hi to all!I try to implement table subreport. When I generate the table I get org.apache.commons.beanutils.ConversionException: Unparseable date: "1997/08/25"My pattern is "yyyy, MMM dd" and the class of the field is java.util.Date. This is the xmldatasource semple in jasper report package.What I missing?Please Help...Mennei.

     

    Post Edited by mennei at 10/26/2011 09:43

×
×
  • Create New...