subtotals per page while displaying only groups
#1
Posted 14 July 2012 - 06:18 AM
I wanted to add totals per page like in this example :
http://www.birt-exch...otals-per-page/
the problem is I'm not displaying the detail row in my report , because I'm only displaying aggregation data ( I'm using a group header to do that ).
my report looks like this:
header :
group 1 - header : (this group should be able to do page break when group 2 reach 10 rows)
group 2 - header : ( I'm using this group to display aggregates)
group 1 - footer: ( in this row I should display the total per page)
footer : displaying totals here.
So, I can't make group1 group on row.__rownum variable , I want to use another varibale instead which increments when the group 2 creates a row.
I tried to do it with scripting but didnt work. ( I used a variable initialized in "initialize" , set to "0" in "OnPageEnd" , and increments in "OnCreate" of group 2 , and made group 1 group on it )
I can explain more if needed , thank you !
#2
Posted 17 July 2012 - 11:31 AM
thanks in advance for reply
#4
Posted 17 July 2012 - 12:44 PM
I attached a file to this post , I want to do something similar to this .
I want group 1 footer to show in every page not only last one. thanks !
Attached File(s)
-
balance_sdb.rptdesign (47.46K)
Number of downloads: 3
#5
Posted 18 July 2012 - 10:49 AM
Attached File(s)
-
balance_sdb.rptdesign (47.05K)
Number of downloads: 10





MultiQuote





