What is RenderVariable?
Answers were Sorted based on User's Feedback
Answer / cognosvij
Specify a variable based on which object can be
conditionally rendered.
e.g.
In my sample report .....
I have a Prompt page and it contains a value prompt for
revenue type i.e.X revenue and Y revenue
I have put static choices in that value prompt as X and Y .
now on report page there ,
I have a list contains ....
Client Id
X revenue
Y revenue
as a user run the report ,
if he selects X the list should displays
Client ID
X revenue
and
if user selects Y list should dispalys
Client ID
Y Revenue
for this i have created a string varibale with the values X
and Y and put the condition as....
if (ParamDisplayValue('Parameter1')='X')
then
('X')
else
('Y')
and then go to the report page select the X revenue column
and click render variable property from property sheet and
uncheck the check box for Y
and again
go to the report page select the Y revenue column and
click render variable property from property sheet and
uncheck the check box for X
and now run the report and see how Render variable is
working .....
Hope it will help u
thnx,
vij
:-)
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / satya
when u want to hide the column based on some condition then
we will go to the render variable option.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / ram
Render Variable is used to hide and display the objects
based on the conditions,
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shashi
specifying a variable based on which object can be conditionally rendered
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sathish
very nice answer vij,
is there any nice cognos forum, which is more interactivity
and more nicer than this one,...
by the by what is the your mail id vij
| Is This Answer Correct ? | 0 Yes | 1 No |
What are the themes in a data warehouse?
Write some methods to apply securities in framework manager model?
What is Outerjoin?
what are typees of dimensions
suppose a value prompt contains 100 values and i want to select all values in that prompt....i want ALL option in the value prompt? how can u keep this option in value prompt?
Hi Techies..., can any one please answer me what is called unit testing ? how to do it and what are the steps involves in it? thanks for your answer......
How can we find out cardinality between two tables?
how to add a new query item by using 2 query subject? For Ex: i want to create a revenue query item in products query subject(revenue=Quantity*Unitprice). Quantity is in products query subject & unit price in orders query subject it will be possible in report studio(perment/temporerally) otherwise u have create in Freamework Manager... pls any body knows explain /answer me ?
what is prompt variable
2. What functional area you worked on.
Can you please tell me the limitation of Excel file when exporting from report to Excel? I can export to HTML and PDF but I can't export to Excel. The report is more than 13000 rows. When exporting to Excel, system can view it. After that, I save the report to an Excel file. The size of Excel file is more than 11 MB. But I can't view this file by Excel. Please help me to solve this problem. Thanks!
In an existiing Framework model, how will you add a new column to the existing table?