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?
Answer Posted / 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 |
Post New Answer View All Answers
Can you define framework manager?
is there any difference between operational database and data base?if yes what r they?
What is the complex report you faced in real time?
What is the deployment requirements used in cognos?
What are the roles defined by cognos platform?
What is a Framework manager?
which type of project we r going to snowflake schema
How can we create a dynamic column name in cognos?
How do we drill through from a powerplay cube to reportnet?\
Why need staging area database for dwh?
-----------------What is Direct and Conventional loading?
What are the different uses of a repository manager?
What is the difference between ‘macro’ and ‘prompt?
Name the types of report?
How can reports be bursted based on two groups? I want to schedule to burst a report based on product line and years and I need the burst report for every product line and every year. How can this be done? Please help..