If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Hyperlink on the last page inside page footer

Started by vj040, 12 Jul 2025 07:31:32 AM

Previous topic - Next topic

vj040

Hi,

I'm using Cognos report studio 11x and want to print hyperlink at the last page inside the page footer.
The expression "IF ( PageCount () = PageNumber () ) THEN  ( 'Last') ELSE ( '' )" inside text source for hyperlink gives correct result but hyperlink is printing on all pages except last page as hidden link. I've used conditional formatting, conditional rendering, conditional block, style variables but nothing seems to be working.

How can I print this hyperlink only at the last page?

Appreciate any help or suggestions.

Regards

MFGF

Quote from: vj040 on 12 Jul 2025 07:31:32 AMHi,

I'm using Cognos report studio 11x and want to print hyperlink at the last page inside the page footer.
The expression "IF ( PageCount () = PageNumber () ) THEN  ( 'Last') ELSE ( '' )" inside text source for hyperlink gives correct result but hyperlink is printing on all pages except last page as hidden link. I've used conditional formatting, conditional rendering, conditional block, style variables but nothing seems to be working.

How can I print this hyperlink only at the last page?

Appreciate any help or suggestions.

Regards

How are you testing this? If you are running interactively as HTML, Cognos will not know how what the final pagecount will be, as each page gets rendered on-demand. What do you see if you render as PDF (for example), or if you run the report in the background?

Cheers!

MF.

Meep!