Home
Designing Analytics Reports
Sum of aggregations does not get last value
Migrateduser
<p>Hello, i am building a report in wich i have a nested table with some values, and an agregation of this values.</p>
<p> </p>
<p>so if my report gets 3 main results, i will have 3 nested tables with an aggregation value for each table.</p>
<p> </p>
<p>At the main table's footer i have a field to display the sum of all the aggregations, i make the sum in the nested tables onCreate event like this "sum = sum + row["Aggregation"];"</p>
<p> </p>
<p>it works fine except by the fact that it always ignores the last nested table aggregation, why is that ??</p>
<p> </p>
<p>i tried using other events in the nested table but none worked.</p>
<p> </p>
<p>Thanks in advance for any help.</p>
<p> </p>
<p> </p>
<p>
Find more posts tagged with
Comments
There are no comments yet