If we run a report, that has 2 pages, i want to display one
page in HTML format and another page wil display in pdf
format. What is the procedure?
Answers were Sorted based on User's Feedback
Answer / varun
use report function
case
when report output()='PDF' then 'PDF'
when report output()='HTML' then 'HTML'
end
use this condition in rendor variable then u ll get
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / lakshmi reddy
drag string variable and write expression like this
reportOutput()
and add html and pdf to string variable
click on page explorer select page1 apply render variable
select string variable allow html and hide pdf next select
page2 allow pdf and hide html and run the report
if u run the report in html it will show page1 only and so
on....
| Is This Answer Correct ? | 0 Yes | 0 No |
Is it possible to create drill through access to other report from PDF report?
difference between join and union in reportstudio?
how u will determine the performence tune will occur either in report or system
What are all the types of gateway used in Cognos?
What is diffence between query calculation and layout calculation?
What are the differences between Cognos 8 and Cognos 7.x version?
What is difference between primary key and unique key constraints?
How do add dynamic titles in PP?
what is mean of Meta data definistions?
What is snapshot ?
what is mean by complex starschema ,star schemagrouping?
I want to display popup menu or alter message in my report? How to you solve this problem? Give me the answer with example?