COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: sravantig on 24 Feb 2012 11:33:37 AM

Title: Run report query
Post by: sravantig on 24 Feb 2012 11:33:37 AM
I have two pages in my report, Page 1 and Page2... How can I make my page 2 to run first and disable page 1 from running.
I'm a newbie thankyou for you help.
Title: Re: Run report query
Post by: Lynn on 24 Feb 2012 12:30:46 PM
Why don't you just get rid of page1?

You can disable a page from running by navigating to the page properties and specifying a render variable for the page. If you create a boolean variable with an expression like 1 = 2 and use that as a render variable for the page it will never render because the condition will never be true.
Title: Re: Run report query
Post by: sravantig on 25 Feb 2012 10:49:53 AM
thank you so much