2.What is loop? How resolve the loop?explain it?
Answer Posted / rahul tandon
Loop is a situation in the BO universe design process. A
circular path of joins is formed between the tables. The
SQL queries are not able to interpret the joins; this
results in the wrong results from the queries; often less
records are retrieved than the actual number of records.
A loop situation can be resolved by Aliases and Contexts.
Make sure to break the joins(circular path) by aliasing the
table(dimension table) which has 1n's coming out of it from
both the end. The path then gets broken and ends as two
different path, one ending at the original dimension table
and the other at the aliased table(of that dimension). Both
of the paths now convey a differnt business case scenario
and depending upon the scenario a particlar path(query has
to be fired).
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
Explain the difference between union and group?
Is there any tool that can compare two unvs / two rpts , built using bo 5.1 / bo 6.5?
explain in detail about type 3?
What is a fantrap in business objects?
What is the profile and package?
Which versions are used in the bo dashboard work?
What are the steps to do to use alerts in bo?
What we need to discuss with designer before starting the universe designing.
How much data hold in one universe 336 can any one explain about core dimension, balanced dimension, and dirty dimension?
Differences between business objects and web intelligence reports?
i want my connection to be dynamic. How can I make it. I mean the username and password should be dynamic. How?
Can we configure two instances of CMS pointing to two different CMS system databases?
Explain what are the measure objects?
Explain and tell me about a situation where your analysis of a problem was deemed to be incorrect? What would you have done differently?
What is the difference between business requirement document and use case document.