COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: pradeepmaran on 12 May 2012 05:51:43 AM

Title: Selecting report pages
Post by: pradeepmaran on 12 May 2012 05:51:43 AM
Hi All,

       I got a question,   I Have 3 pages in report 1,2,3. If i select 1, page 1 should be displayed. Like wise for 2 & 3.
   
Title: Re: Selecting report pages
Post by: blom0344 on 13 May 2012 01:07:22 PM
Define a variable and use this  as a render variable to conditionally display/hide a page. By using a text box prompt with 3 static values you can refer to the parameter value in the variable definition..

Title: Re: Selecting report pages
Post by: sram007 on 16 May 2012 02:40:55 PM
Report Output in different formats
HI,
I have two pages called Page1(It contains a List) & Page2(It contains a Cross-tab)
While running the report, I want to make the first page should be opened in HTML format.
$ the second page should be open in PDF format by default [without the user section.]

Please guide me

Thanks in Advance
Title: Re: Selecting report pages
Post by: pricter on 16 May 2012 03:00:13 PM
In your place I would create two report and display them as a page setting the default format of the first in HTML and the second one as PDF.
The other choice is again to make two reports. The second one (the pdf one) could you place it on the first one by using iframe
Title: Re: Selecting report pages
Post by: shricognos on 17 May 2012 04:19:50 AM
HI pradeepmaran

1. Create value prompt with static choice 1,2,3
2.  create a string variable.
3. assign this string variable to every page as RENDER VARIABLE.