What is Render Variable? where u can use?

Answers were Sorted based on User's Feedback



What is Render Variable? where u can use?..

Answer / 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

What is Render Variable? where u can use?..

Answer / vsandhyana

hi Vij,

in your answer everything is fine but it need little bit
modification in variable expression.

it should be like as

case
when ReportOutput()= 'HTML' then 'HTML'
when ReportOutput()= 'PDF' then 'PDF'
when ReportOutput()= 'CSV' then 'CSV'
end

when we run the report and set the reportoutput as PDF,HTML
or CSV the specified page will come accordingly.

Is This Answer Correct ?    3 Yes 0 No

What is Render Variable? where u can use?..

Answer / m m naidu

Specifies a variable based on which the object can be
conditionally rendered.

Applies to
3-D Combination Chart, 3-D Scatter Chart, Block, Bubble
Chart, Combination Chart, Crosstab,
Date & Time Prompt, Date Prompt, Field Set, Gauge Chart,
Generated Prompt, HTML Item,
Hyperlink, Hyperlink Button, Image, Interval Prompt, List,
List Column, Map, Metrics Range
Chart, Page, Pareto Chart, Pie Chart, Polar Chart,
Progressive Chart, Radar Chart, Repeater
Table, Repeater Table Cell, Rich Text Item, Scatter Chart,
Select & Search Prompt, Table, Text
Box Prompt, Text Item, Time Prompt, Tree Prompt, Value
Prompt

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More Cognos Interview Questions

what is the difference between cognos8 fm and cognos reportnet fm?

1 Answers  


i have a table with 3 columns country,empname,salary and i want the query for get the  name of the employees who is getting top 2 nd highest salary for individual country? Thanks in advance 

2 Answers   IBM,


how can we Upgrad the reports from version Impromptu 6.0 to 7.0 and Power Play from version 6.6 to 7.0 ?

0 Answers  


A report is scheduled at 2am in the night... and the report contains 4 value prompts how it is going to be executed without selecting the values....if executed who is going to select the values from the value prompt

1 Answers  


How to pass parameter value into html design page? (That is YOU Create a html page and use that page in your cognos 8 report header.take <html item> my question is how to use parameter value in the html page .)

4 Answers   JKL, Kudos India,






How will you migrate your reports to QA environment?

2 Answers   Satyam,


Can we install cognos on windows 7?

4 Answers  


What do you understand by ‘ibm predictive maintenance and quality’?

0 Answers  


Create 12 columns for months by writing single case statement?

1 Answers   Wipro,


please tell me architecture of the cognos8?

4 Answers   IBM, TCS,


how u migrate the reports from impromptu to reportnet???

3 Answers   Wipro,


what is the meaning of drill down and drill up in COGNOS 8BI

3 Answers  


Categories