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

what is universe null

0 Answers   TCS,


what is difference between Rich client web intelligence and Boxir2 web intelligence

3 Answers   TCS,


how can u find the granularity in fact table

1 Answers   iGate,


What is the pivot option ? what is the need of it?

1 Answers   Infotech,


WHAT ALL DIFFERENT KIND OF FUNCTIONS AVAILABLE WHILE DESIGNING UNIVERSES?

2 Answers  


how to coneect to a server in a business objects

1 Answers  


What are the join problems comes appart from loop,chasm & fan Traps

0 Answers   IBM,


explain in detail about type 3?

0 Answers  


bo 6.5 is a 3 tier architecture. Tell me the names of the tiers?

7 Answers   PCS, TCS,


what is custom sorting?how we can do this expalain with procedure???

2 Answers   Keane India Ltd,


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.

3 Answers  


HOW TO HIDE Column in WEBI & DESKI?

6 Answers  


Categories