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

steven.cyc

Members
  • Posts

    3
  • Joined

  • Last visited

steven.cyc's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Hi guys, I need your help from iReport, I need to generate a monthly figure from iReport, suppose I have a date inputted: 2012-08-20 then I need to generate the 12 month label starting from the date inputted ( e.g. 08/2012, 09/2012, 10/2012, 11/2012, 12/2012 , 01/2013, 02/2013.......) Do you think iReport support to do this by Variable?
  2. Hi, I'm new to iReport, and working in the version of iReport 4.0. I have a field expression to handle the null field as below: $F{Profit} == null ? "N/A": new DecimalFormat("#,##0.00").format($F{Profit} the field is expected to display "N/A" if null value, but iReport cannot validate the null value, it displays EMPTY. I have checked that the "Blank When Null" is enabled, so I have already unchecked it.. but the report diaply "null" finally, not "N/A" is it a bug of iReport ? could you have any suggestion? I'm using Groovy, because the standard of our project is using Groovy. Please Help..
×
×
  • Create New...