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

alison.oxton

Members
  • Posts

    8
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Posts posted by alison.oxton

  1. In /WEB-INF/applicationContext.xml

    Search for <util:map id="formatPatternsMap">
    Add the following keys to section ‘formatPatternsMap’:
        <entry key="¤ #,##0" value="$#,##0_);[Red]($#,##0)"/>    <entry key="¤ #,##0.00" value="$#,##0.00_);[Red]($#,##0.00)"/>    <entry key="¤ #,##0.0" value="$#,##0.00_);[Red]($#,##0.00)"/>    <entry key="¤ #,##0;(¤ #,##0)" value="$#,##0_);[Red]($#,##0)"/>    <entry key="#,##0 %" value="0%"/>    <entry key="#,##0.00 %" value="0.00%"/>

     

×
×
  • Create New...