Typically, in html we just show total records to indicate there are multiple pages.
However, Based on report property rows per page set at object level, You can calculate total page by total records/rows per page and display total number of pages available in html.
You may append it then to Page Number function in lay out to display 1 of <calculated item>.
------------------------------
Buddhi Gupta
------------------------------
Original Message:
Sent: Mon June 01, 2020 08:15 AM
From: Pankaj Kishore
Subject: Total Page Count in all html
Hi Cognos Expert,
I am trying to implement Page number of Total Page like if I have 3 page then 1 of 3, 2 of 3 and 3 of 3.
I tested using Page Count () function which are working as expected but in html it is showing 1 of ?
Could you please share any java script to show this as I need to display in html as well.
Thanks,
Pankaj
#CognosAnalyticswithWatson