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 to make hilight the whole row by using ALERTS asof revenue is more than xxxxx?
Can anybody tell How a report will burst into .pdf files? Thanks in advance .....Prakash
What is object stores?
in report level u find from which context u use,why it appears,what is the reason,how u resolve in report level
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
when to go for alias and when to go for contexts
when I am trying to schedule the report its running faster then I tried to run it manually?? why is it so that there is difference of time between scheduling and manual run for report
Is it possible to create a new calendar using BO? Ex:- Wants to create a calendar where the year starts with the 1feb - 25Feb. Next month from 26Feb - 14Mar.
What is the Difference b/w Server based Ranking and normal Ranking?
Pls say any one... how will u create a report using oracle stored procedure? could u pls send me the step.....
Can any please explain FOR EACH AND FOR ALL?
I have a column contains a data like A,A+,A++,B,B++ how u going to sort ther data?