What is a loop? How can we overcome?

Answers were Sorted based on User's Feedback



What is a loop? How can we overcome?..

Answer / nareshkumar

A loop is a set of joins that defines a closed path through
a set of tables in a schema. Loops occur when joins form
multiple paths between lookup tables.

Loops can be solved by using aliases or contexts.

Is This Answer Correct ?    3 Yes 0 No

What is a loop? How can we overcome?..

Answer / srikanth

Loop is one of the join path problem that arise when
designing the universe.While setting up joins between
tables,a closed path may occur between set of joins.This
scenario is called Loop.Because of this you will get
incorrect results in report.

You can avoid this problem by creating alias table or
Centext(define path for set of joins to follow)

Is This Answer Correct ?    2 Yes 0 No

What is a loop? How can we overcome?..

Answer / subhash

Loop is nothing but a closed circular flow; it can be
overcome by making use of Alias and Context.

Is This Answer Correct ?    0 Yes 0 No

What is a loop? How can we overcome?..

Answer / vams_gk

loop is a closed path between end to end.continuous floe of
data.creation of alias table is solution to resolve loops

Is This Answer Correct ?    0 Yes 0 No

What is a loop? How can we overcome?..

Answer / venukrishina

loops an exist when joins between tables forms continous paths.
loops are produce a cartesign product result(less number).
in bo we have 3 methods for resolve loops.
1.aliase
2.context
3.short cut joins
aliase:an aliose is exact duplicate of the orginal table with new name of the both table
context:context is a set of joins to satisfies to one business requiremt
short cut joins : is an alernative path between two table

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Business Objects Interview Questions

define universe parameters?

5 Answers  


How to create a tooltip in Webi? Is there a way to create Tooltips in Webi reports for non- hyperlinked columns? Users should be able to hover over a value in a column in the report and that should show a tooltip box with more detail regarding that column value. This is possible when you hyperlinked the column,Is it possible when you dn't have hyperlinking? Thanks in advance.

1 Answers  


How can we improve performance?

2 Answers  


Iam having an report there four cloums and n number of rows if i click ang one cell the report want to go to another report page which gives the detail of the cell which i click pls help me with example

1 Answers   IBM,


Analysis in business objects?

4 Answers  






Explain the difference between union and group?

0 Answers  


how do u migrate BO 6.x to XI ? My Mail id is gunal_prabhu@yahoo.co.in

2 Answers  


what is document design in boxi,have u participate in that

0 Answers   Accenture, TCS,


how do u resolve contexts ?

6 Answers   Wipro,


Can anybody tell me about issues faced while creating universe. thanks in advance

1 Answers   Accenture,


What is the difference between condition & filter?

0 Answers  


Hai, Can anyone tell me 'how to use one dataprovider result as an input to another dataprovider?. In BO6.5 there is an option like "select query result". we can use this option in the filter. but the same thing not available in BO XI webi. if any one face this problem , can you please share with me how to do this? Thanks, Narmatha.

3 Answers  


Categories