Jump to content

how to make incremental column number that overflow to nextpage??


lukmanars

Recommended Posts

 i want to make a report that have one or more page/report
so that,  i'm using group band, and its grouped with field "nosys" that i created in database


the report must show like this:

Example : i create detail report using customer_id = 111

NO | NAME | PRICE
--------------------------
1     egg        1500
2     rice         5000
3     bowl       3000
-------------------------
page 1 of 2


NO | NAME | PRICE
--------------------------
1      meat     3500
2      apple      200
3      orange    150
-----------------------
Grand Total   13350
page 2 of 2


the problem is i want make the column "NO" to still be an increment value from column "NO" in the page one
and i want the detail in page 2 show like this :

NO | NAME | PRICE
--------------------------
4    meat      3500
5    apple       200
6    orange    150
------------------------
Grand Total 13350
page 2 of 2

now
i use variable $V(column_count)
Evaluation Time = now
java.lang.Number
Print When Detail OverFlow = true

please help me to solve this problem,, :(


regards,

Lukman


 



Post Edited by lukmanars at 08/09/2011 08:13
Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...