What is Render Variable? where u can use?

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 ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are all types of Batches?

778


Can we test the report other than manual testing?

1894


Explain about scorecarding?

1822


What is a Query Subject?

861


What do you understand by the term ‘frame manager' in cognos and write all the layers of the framework manager model?

925


how to explain health care project and which reports we can create in health care doain?

6571


how u will determine the performence tune will occur either in report or system

1889


What DB View and Bus View?

1768


Suppose you run a report with empty data, how will you inform the end user that it has no data while running the report in report studio? Is it possible, if so how?

746


how you burst the reports? If you are bursted reports is not reached to destination how you identify?when you import data into catalog you have complex columns names.how do you change the name of those columns?

912


please can you give me some banking domine calculations developed in framework manager plzzzzz thank you.

1962


how you create security to reports?

793


what are the components in the cognos connection page consists (eg: my folder, public folder,directions, schedule management tool etc.....)

1870


What is the use of Cognos scenario?

923


------------------What is Inline Query?

1984