Jump to content

nkrowe

Members
  • Posts

    4
  • Joined

  • Last visited

 Content Type 

Forum

Downloads

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Events

Profiles

Everything posted by nkrowe

  1. I finally got it to work by adding some format to the expression. Here is the result: new java.text.SimpleDateFormat("EEE, d MMM yyyy, hh:mm aa").format($F{classes_class_begin_date}) + " -- " + new java.text.SimpleDateFormat("EEE, d MMM yyyy, hh:mm aa").format($F{classes_class_end_date})
  2. This is my expression in the expression editor: $F{classes_class_begin_date} + " -- " + $F{classes_class_end_date} Both classes_class_begin_date and classes_class_end_date are class java.sql.Timestamp When I run the report, I get the error: net.sf.jasperreports.engine.fill.JRExpressionEvalException: Error evaluating expression. Either field works ok alone but when I combine them (as above) I get the error. An I combining the wrong???
  3. If I close up my summary and footer bands, how do I get them back???
×
×
  • Create New...