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 |
What is meant by Reportstudio shortcut?
Wt is the Diff between Business Key & member caption?
What do you understand by the cognos?
-----------------What is Singleton?
1 Answers BoA, Cap Gemini, TCS,
tell me the creation of Snapshots?
what are the enhancements in cognos reportnet ?
how will optimiz the performance of sql in FM ?
Can you explain model durability?
What are the advantages of cognos?
What are all types of prompt?
Hi I have Columns A, B, C, D, E in a Crosstab Report, Cost Budget Column A Column B Column C Column D Column E Total of A+B+D+ E Product 1 100 200 300 400 500 1200 Product 2 500 300 400 500 800 2100 Column A Column B Column C Column D Column E is coming from the Query Item: Category I dont want to include C Column value in the Total Column Column Chas to display in the Crosstab Report how to achieve it Any idea Thanks Sumith
explain project, package ,model , modelers.........and differences b/w them?