Answer Posted / 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 |
Post New Answer View All Answers
What we need to discuss with designer before starting the universe designing.
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
What are the data types present in bo? What happens if we implement view in the designer and report?
What are the join problems comes appart from loop,chasm & fan Traps
Explain what would you consider as your biggest achievement and why?
how to prepare the documentation in business objects and where to get the requirement?
What is the difference in creating filters in designer and business objects?
What are all difference between business objects 6.5 and xi r2?
What is a bo repository?
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
How can you first report in Business Objects by using broadcast agent?
Explain about alerts in bos, under what situation we need to use alerts?
Explain are data mart and dwh normalized or denormalized? Do both of them exist in the same tier?
If 2 tables are joined by Shortcut join, if query is generated based these join, what will be the join type and what will be the generated query? Thanks in advance?
Explain when we use aggregate awareness function in designer?