what is variable ?
Answers were Sorted based on User's Feedback
Answer / kvchowdary
Variables are used to prevent the same computation being
performed several times as the variable allows you to store
the values so that they can be used later. A variable
represents specific data or a value, and acts as a
placeholder for that value. Unlike a constant value, which
is fixed and unchanging, a variable can be repeatedly
assigned different values. You assign a value to a variable
and the variable maintains the value until you later assign
a new value. Because of this flexibility, it is necessary
for you to declare variables before you use them. Variables
can be treated as a normal attribute, that is, it can be a
source or target of a transform
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / satya
The Variable that are Locally Deffined for a Particuler
Report By User.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kvchowdary
Variables are used to prevent the same computation being
performed several times as the variable allows you to store
the values so that they can be used later. A variable
represents specific data or a value, and acts as a
placeholder for that value. Unlike a constant value, which
is fixed and unchanging, a variable can be repeatedly
assigned different values. You assign a value to a variable
and the variable maintains the value until you later assign
a new value. Because of this flexibility, it is necessary
for you to declare variables before you use them. Variables
can be treated as a normal attribute, that is, it can be a
source or target of a transform
| Is This Answer Correct ? | 1 Yes | 2 No |
How can we improve performance?
Where will you find the address of repository in Business Objects?
Hi I am starter in BOXIR2.CAn anyone plz tell me the user identification details to be entered at the time of login to designer/deski
What is the difference between Thin client & thick client?
can any one say me exactly when and where alias and context are used in resolving a loop. If possible try to give me a scenario also.
How to sheduling the report ? What is the need of it?
Tell me a business scenario where I can achieve the data through MINUS only not through subquery.
i want my connection to be dynamic. How can I make it. I mean the username and password should be dynamic. How?
Explain about a tricky situation for which you found a very simple solution?
HI, can anybody tell me aggrigate awareness is only for aggrigate tables or if any?
IS IT POSSIBLE TO CREATE REPORTS FROM DIFFERENT UNIVERSES IN ONE DOCUMENT?
Hi I'm using data federator.I would like to know if it allows select statment in where clause.For example: SELECT Employee, company, orgunit FROM TAB_BIG WHERE employee IN (Select TAB_SMALL.employee FROM TAB_SMALL WHERE flag = X ) bye