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

rene.beck

Members
  • Posts

    25
  • Joined

  • Last visited

Community Answers

  1. rene.beck's post in Decimal thousand separator was marked as the answer   
    i found a solution, i do it like this way
    new java.text.DecimalFormat("#,##0.###").format($F{BEST_PHY}).replace(",", "'") + " " + $F{EINHEIT_ME};
  2. rene.beck's post in printing multiple reports as one job was marked as the answer   
    forget my post above, I just have to get multiple id's in my select in the report and it works as wanted
  3. rene.beck's post in user defined field in jaspersoft designer was marked as the answer   
    thank you I had to do it this way, I had to use equals instead of  ==. Now it works
    TRIM(EQUALS($F{TEMP_EXTID},"N") ? $F{LOC_EXTID} : $F{ADDR_NO})
    + REPT(" ", 10 - LEN( TRIM(EQUALS($F{TEMP_EXTID},"N") ? $F{LOC_EXTID} : $F{ADDR_NO})))
     
×
×
  • Create New...