COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: sram007 on 16 May 2012 02:32:11 PM

Title: Report Output in different formats
Post by: sram007 on 16 May 2012 02:32:11 PM
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: Report Output in different formats
Post by: pricter on 16 May 2012 03:06:43 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: Report Output in different formats
Post by: shricognos on 17 May 2012 04:15:53 AM
HI Sram,
   I Didn't understand ur requirement. u could run report eighter HTML or PDF. but u can't run report at-a-time in HTML & PDF right.?
so,  here we have function "Reportoutput()", with this, u can set up.
with this, i can display LIST, when user run the report in HTML.
and i can display Cross-Tabl, when user run the report in PDF..