sachinjohri
IS-IT--Management
Hi,
I have been trying to accomplish where I wish that my Page footer should display only first page of the group and if group value changes then again show on first page but I don’t want it to be continued to next page for the same group.
I was trying to use the page number =1 and using
IF ( PageNumber( )=1 ) THEN
Show my page footer (which is in table with rows and cells)
ELSE
( ' ' )
I want to reset the page numbering after every group so number should start again for next group of data and my if then logic can work on them
I need help is rafting If then statement with Table inside of that and how to reset the numbering on page break for my groups
Thanks,
Sachin Johri
I have been trying to accomplish where I wish that my Page footer should display only first page of the group and if group value changes then again show on first page but I don’t want it to be continued to next page for the same group.
I was trying to use the page number =1 and using
IF ( PageNumber( )=1 ) THEN
Show my page footer (which is in table with rows and cells)
ELSE
( ' ' )
I want to reset the page numbering after every group so number should start again for next group of data and my if then logic can work on them
I need help is rafting If then statement with Table inside of that and how to reset the numbering on page break for my groups
Thanks,
Sachin Johri