what is render variable
Answer Posted / vij
Render Variable: - Specify a variable based on which object
can be conditionally rendered.
Example for Render Variable:--
if the case is like you want to see the particular page in
HTML or PDF or CSV format then
1)Create 3 pages in your report
2)every page conatins some specific data
3)name these pages as HTML PDF CSV
4)create a String vaiable with 3 values as HTML PDF and CSV
5)now in string variable put expression as .....
case
when ReportOutput() 'HTML' then 'HTML'
when ReportOutput() 'PDF' then 'PDF'
when ReportOutput() 'CSV' then 'CSV'
end
6)now go the page named HTML and select page object
7)in properties pane click on Render Variable select that
string variable
8)check only HTML check box value for HTML page
9)repeat step No. 6 to step No.8 for remaining 2 pages.
now run the report :-)
hope it will answer your question .
regards
vij
| Is This Answer Correct ? | 22 Yes | 3 No |
Post New Answer View All Answers
What is main advantage datawarehousing over oracle?
What actually a project contains?
how many reports do u create in ur project?i don't have real time exp..tell me based on ur exp..for interview pt of view,don't say it depends on ur project and u? thanks in advance..
how to merge 2 crosstabs thans
how can I test reports in cagnos?
How is cognos model organization works?
What is metric store database?
Can you define dimension?
Looking for IBM COGNOS Certification C1000-065 , C2020-605 , C2090-621 , C2090-623 Dumps?
Can the expiration parameter of 365 in the cognos 8 configuration how to increase common symmetric key lifetime in days
what is the difference between filter and condition?
What are the different kinds of panes included in cognos?
What are types of batch available in cognos?
What is the difference between Standard and Metrics folder?
How do you call a store procedure within a transformation?