Hi all,<br />
I am having an issue with Total.sum() function. I created a report similar to <a class='bbc_url' href='
http://www.eclipse.org/birt/phoenix/examples/solution/crosstab.html'>http://www.eclipse.org/birt/phoenix/examples/solution/crosstab.html</a>.<br />
<br />
The different is, my data has positive and negative values. So, I have this:<br />
<structure><br />
<property name="name">BQ</property><br />
<expression name="expression">Total.sum(dataSetRow["account_balance"])</expression><br />
<property name="dataType">integer</property><br />
<property name="aggregateOn">Quarter</property><br />
</structure><br />
<br />
But the result for this expression is not adding up all the positive and negative values.<br />
<br />
Did anyone have experience this before?<br />
<br />
Any help is appreciated.<br />
<br />
Thanks!<br />
-Laurent