Expand my Community achievements bar.

Reset page numbers for every header record

Avatar

Level 2

I have a table with 2 fields...1 .header record(H) 2. Item table (L).

Displaying the Item table of header record in New page using conditional break(top of next page).

(every header record will be displayed in new page)

my form output will be looks like below.

H1

L1

L1

...

H2

L2

L2

L2

...

H3

L3....................

 

if Item table(L1) of header record (H1) flows to 2 pages then page number should be 1/2,2/2.

and "Go to Next page" text has to be displayed in first page.

if the Item table(L2) of header record(H2) flows to 3 Pages then page number should be 1/3,2/3,3/3.

and 'Go to Next Page" text has to be displayed after subtotal  in first and second page .

 

please help me to achieve these two points (Reset page numbers and displaying text[go to next page]).

thanks in advance.

 

 

0 Replies