BOPrakasam,
I was able to suppress only on last page as you did said. And then tried to do some other things to achieve my requirement. But couldn’t do it … running out of ideas.
I am still not able to do what I was trying to do.
Please help me
Can you please let us know what exactly you want to do? Upon which condition you want to suppress the page footer? Does it depend upon any kind of column value or only on any static condition like page number? Please explain us little elaborately.
Thanks for your response.
Here is some details for my problem.
I have a report which has some 4 columns and it is grouped by Year, City.
And it calculates sub-totals by City and Year.
I have text to know about the current city name in the Page Footer,which prints on each page. It is fine when they print details and sub-total by City. But problem comes when it does by Year. Whenever the Year sub-total prints it calculates for each Citys, but the text in the Report Footer still remains for the Last City which it has printed just before printing the Year Sub-totals.
So, I wanted to know how I can suppress the page footer which gives me the description of the Current City only when Year Sub-totals are getting printed.
Global numberVar inc;
if inc = 1 then true else false;
If it doesn’t work, try to move the 2nd formula to different sections and see(your suppress logic will not be changed in the section, try to move the formula only to different sections and test).