Home
Designing Analytics Reports
Cumulate sum of column in crosstab BIRT 2.5.2
Migrateduser
<p>Hello,</p>
<p>I have a Crosstab with name in row and month in column<br>
I would make the sum of data of distinct column. But this Data aren't measure. This columns are column binding name<br>
I try the script above on the Oncreate with the reset on the month dimension.<br>
It failed because all the months cumulate with evrery name<br><br><br>
if( typeof mytotrunningsum != 'undefined'){<br>
mytotrunningsum = parseFloat(data["ecartmois"]) + parseFloat(mytotrunningsum);<br>
}else{<br>
mytotrunningsum = parseFloat(data["ecartmois"]);<br>
}<br><br>
How can il do, thanks for help.</p>
<p>Sorry for my english</p>
Find more posts tagged with
Comments
There are no comments yet