COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: jatin.popat on 15 Jul 2009 12:32:46 AM

Title: How to display the page number in the report.......
Post by: jatin.popat on 15 Jul 2009 12:32:46 AM
Suppose there are 5 pages in report.
I want to display 1 out of 5, 2 out of 5, and so on.....................in each report page.
How can i implement this......

I have tried PageNumber ()............but its not working......

Please provide help on this............
Thnx in advance................
Title: Re: How to display the page number in the report.......
Post by: vij on 15 Jul 2009 03:51:29 AM
HI cog_user ,
there is a way do achieve this by creating a prompt with static choices as pages like page1,page2,page3 etc...............

and need to create a boolean variable.



hope it will help you.

vij
:)
Title: Re: How to display the page number in the report.......
Post by: kattaviz on 15 Jul 2009 01:12:17 PM
Use

PageNumber() of PageCount()

HTH