what is the diffence between render variable & style
variable with egs? Plz reply ASAP
Answers were Sorted based on User's Feedback
Answer / saranya
Render variable can used to hide a column based on some
condition.
Style variable is used for Conditional formatting ..Like
Changing the Color of the Column if the value is below
threshold
| Is This Answer Correct ? | 39 Yes | 7 No |
Answer / srinivas
Both Render and Style variables are for conditional
formating only, by using Render variable you can hide and
show an object, but by using Style variable you can change
the style of your report [like object, text, boxes,
etc......]
| Is This Answer Correct ? | 13 Yes | 5 No |
Answer / gopinath g
Both Render and Style variables are used for
conditionally hiding the part of report like column, heder,
footer e.t.c.,. but also by using style variables like
string and Boolean we can conditionally format the report
like text color, style e.t.c.,. but this cant be done by
using Render variable..
This is the difference.. Hope u understand..
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / siva kiran
Render variable is not only hide & show the data ,Based on
given condition while creating variables(bolean(or)string)
it will executed at the run time..
Ex : If u dont want to show the data below some quantaty
then u have to mention in the condition so that u can hide
remaining will appear at run time...
style variable mainly uses for formating the data(like
font ,color etc) based on given condition while creating
variable it may be any thing.at run time it will appear..
Ex: revenue > 1000000 for this data u want to show in green
and below of that u want to show in red color,in this case
we can use that
Query is:If(revenue>1000000)
in values yes and no...
| Is This Answer Correct ? | 2 Yes | 2 No |
what are determinants?
what is cardinality that you can give to employee and department query subjects in framework manager?
what is power prompt in cognos ep7series?what is the use of this?
how many notations are posible(cordinolity)are there in between two tables(one is fact and another is dimension)pls give me a example pls.
What are all the types of indexes in Cognos?
How to hide/unhide the prompts which are not used by unauthorized users?
How do we create Links & Segments in Cognos Framework Manager?
How can we create regular dimensions & measure dimensions?
write a query to display the third record from the employee table?
-----------Types of Fact Tables?
6 Answers Bank Of America, CTS,
please can you give me some banking domine calculations developed in framework manager plzzzzz thank you.
My problem is as follows I made two pages of the portal; in the first page i have two reports and from one of these i would like to communicate in some way (i.e drill- through?) with the second page that contains four reports (prompt value [product] and three chart [sales revenue, sales quantity and budget]). Particularly I would like to communicate with the report that contains the prompt, passing the Product. How can i drill from the first page of the portal to the second page ? More generally, is it possible to move from one page, containing 2 report, to another page with 4 report, through a drill-through or any other mechanism? Thank in advance.