page numbers with in sectional breaks

Page()+"/"+NumberOfPages() is in general.
I want to have page numberrs for each sectional break…

A section in my report spans across 3 pages so i want to show page 1 of 3 and 2 of 3 and 3 of 3.

And when a new section starts i want to see again 1 of 3 and so on.

I tried using In section but it does not help

Thanks in advance.


monty4u :us: (BOB member since 2006-12-12)

I think this is working…

=((Count(page()) In Section)+ " of " + RunningCount(NumberofPages()) ForEach([DimensionUsedforBreak]))

:lol:


monty4u :us: (BOB member since 2006-12-12)