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

miles120

Members
  • Posts

    4
  • Joined

  • Last visited

miles120's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

0

Reputation

  1. Pedja, Thanks for the correction. An associate of mine suggested that I use a Case statement in my SQL query, and that also worked well.
  2. Pedja, Thanks for the correction. An associate of mine suggested that I use a Case statement in my SQL query, and that also worked well.
  3. I'm new to iReport, and am hung on one small issue. I'm trying to print a Y/N field on my report, from data that is cast as a BigDecimal. I've tried this many ways, but I'll just post one of them here: ($F{billable} == 1) ? "Y" : "N" The error I receive during compilation is "Incompatible operand types Integer and int". Any help would be greatly appreciated.
  4. I'm trying to split the detail band on a 3-column mailing label report. I want to place Address2 on a separate band so that I can hide it if it's empty. There seems to be zero documentation on this. Does anyone have an idea? Thanks for the help!
×
×
  • Create New...