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

jacobs_1

Members
  • Posts

    14
  • 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 jacobs_1

  1. you can try putting those 3 in different text fields in the printWhereExpression

    (new Date() > $F{End of Support} AND new org.joda.time.DateTime().plusMonths(6).toDate() < $F{End of Support})

    (new Date() <= $F{End of Support})

    (new org.joda.time.DateTime().plusMonths(6).toDate() > $F{End of Support})

     

  2. You have to define an input control that take no information.

    Incase of user roles you have to define an input control multi select from list with the name and Id LoggedInUserRoles and an empty list.

    edit: it is better create the input control as multi select (select * from jirole) and add the property select_all:true to the parameter in ireport.

×
×
  • Create New...