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 |
how to merge 2 crosstabs thans
---------- Purpose of Factless Facttable?
What are the differences between main Cognos 8.2 and 8.3 ?
These are the questions asking in many interviews, so pls help me,,, How did you get requirements from the client? How did you send reports to the client? How did you interact with your client? I mean through e- mail or phone or in any other way?
Can you define materialized view?
How do I remove the hyperlink from the drill through report?
what is cognos architechure
What is a Complex report and explain?
What is Additive function?
Hi,Can anyone tell me training centre for cognos in Mumbai?
if at all asked.wat is u r cube name?wat would be a appropriate answer? plz help me
im having a value prompt, in that value prompt im having the values as ABC and CDF, i want to hide the select box in that value prompt? is it possible in cognos?