Another cast exception in generic print for grids with numeric values
Summary
This cast exception is thrown:
Caused by: java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Float
at Report_1587988355246_66447.evaluate(Report_1587988355246_66447:307)
at net.sf.jasperreports.engine.fill.JREvaluator.evaluate(JREvaluator.java:302)
... 23 more
When attempting to print a grid that is filled with a field like this:
<field id="Plv" alias="ColAmn" transform="NUMBER" pattern="###,##0.00"/>
<field id="PlvCcy" alias="PlvCcy" transform="NUMBER" pattern="###,##0.00"/>
<field id="PlvDle" alias="PlvDle" transform="NUMBER" pattern="###,##0.00"/>
This issue is related to #242 (closed).
AWE version
4.2.2