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

extendet

Members
  • Posts

    3
  • Joined

  • Last visited

extendet's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. Hi hope. There is one questionable way, if u'r using JRTextField to display this amount. :) U say u want 1,234.56 instead of 1.234,56. If u can get the amount(1,234.56) as a String(by changing the field's Expression Class to java.lang.String), u can simply call replace(String, String) in the Text Field's Expression. But in order to keep the amount formating u got to use also DecimalFormat(only if u'r thousand separator is space). So this 'workaround' looks something like this: DecimalFormat.getInstance().format($F{AMOUNT}).replaceFirst(",", ".") Or something like that. good luck!
  2. Have u found solution for that? I'm trying to find a workaround, but it's becoming a real pain in my... head. :) regards Georgi
  3. Hi there! I think that was already implemented, but i was wrong. Anyway, i am having difficulties with this as well. I have the latest version of IReport and i couldn't find any solution there, so i suppose this issue is still hanging. Have anyone found a workaround? It will really, really help me. Thanks and have a nice day! :)
×
×
  • Create New...