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

acdacd

Members
  • Posts

    2
  • 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

Everything posted by acdacd

  1. What does the orange highlight mean in the variable expression editor? See attached screen shot. Is the word "Test" a keyword that should not be used? Also, is there any documentation on the syntax highlighting feature? Thank you.
  2. Is there a way to add 2 months to a date field in iReport? I created a variable with this expression: new java.util.Date($F{mydatefield}.add(Calendar.MONTH,2)) Compile error is “The method add(int, int) is undefined for the type Date”. The variable and {mydatefield} are both java.util.Date. Any suggestions? Thanks in advance.
×
×
  • Create New...