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 |
Wt is the Diff between Business Key & member caption?
What is the use of content store in cognos?
we have a list of 80,000 records, i would like to display in excel sheet but excel sheet has capacity of 60000 record.. how you going to display?
How will you migrate your reports to QA environment?
how can I test reports in cagnos?
Can i apply drill through on master detail relationship report?
what is report burn and where it occurs
how to create calculate column in report studio
How can i approach to write Congnos Certification? What exactly should i do? Can anyone guide me plz?
Explain the difference between native sql and cognos sql?
What are the considerations regarding performance kept in mind while setting up cognos?
Explain the different types of views used in cognos.