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

Function to find out if a page has been loaded.

Started by suhas_bhat, 26 Oct 2010 12:09:34 AM

Previous topic - Next topic

suhas_bhat

Hi All,
   This is my requirement, I have 2 report pages, in the second report page i have set the properties of the List report to: Render Page when empty = No. In the 1st page there is a text item with a message like "Go to second page to see so and so data".
I want to render this text item only when page 2 has been loaded. Is there any function to find out if a page has been loaded? Can anyone please tell me how to use it?

Thanks..

suhas_bhat

We were able to achieve this by using 'singleton' item from the insertable objects pane.
Place the text item inside the singleton, set the query of the singleton to the second page's query.
Simple. When the query is empty the singleton does not show up hence the text item is not rendered.  :)