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

adionicio

Members
  • Posts

    5
  • Joined

  • Last visited

adionicio's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

0

Reputation

  1. Hello, I'm trying to make a report that fills the background color of a field based on percentage, I have managed to do something similar using styles and ended up with something like the image below, how can I fill the field for section progressively? I want to end up with something more similar like a progress bar.
  2. Hello there, is it possible to implement a progress bar chart in jasper, I saw that there's a Radio Progress chart but im looking for something more like this:
  3. Hello there, im trying to set a style that activates if the value of the field is less or greater than zero, I have tried doing something like this $F{field_name} > 0.0, but its says that operator "<" is undefined, I also tried something like new Double($F{field_name}.doubleValue() >0.00) but then it says The constructor Double(boolean) is undefined, can someone help me?
×
×
  • Create New...