Could someone help me, I have an error when I call my report on my page.
Source text: SUM ($ F {QUANTITY})
I show the $V{VQUANTITY} in one TextField
<variable name="VQUANTITY" class="java.lang.Double" incrementType="Report" calculation="Sum"> <variableExpression><![CDATA[SUM($F{QUANTITY})]]></variableExpression> <initialValueExpression><![CDATA[new Double(0)]]></initialValueExpression> </variable>
The error only occurs when I call the report on the page, as in Jasper Studio it works perfectly.
0 Answers:
No answers yet