Hi,
difference between loop and trap in business objects ?
Thanks in Advance
nvsraghu
Answers were Sorted based on User's Feedback
Answer / gs2kumar@gmail.com
Loop is a continues path between the tables trap also is a kind of loop Due to oracle limitation some time it give multiple duplicate values when 3
tables join continuously with 1-N and 1-N and Cartesian
product also occurs. To resolve the traps and loops we should use alias, context and shortcut join. We can find the loops by checking Integrity check in Universe but can be find by view only, to resolve the fan trap better to go for alias and for chasm trap context.
| Is This Answer Correct ? | 8 Yes | 3 No |
Answer / vikram kumar
While creating or designing of universe with the designing tool like IDT or UDT we some time get errors like Loops and Traps. As per my knowledge the major difference between loops and traps is that, Loops are visible after one runs or go for integrity check while traps are in-visible in the universe design. The traps presence can only be seen while generation of reports with reporting tool like WEBI.
More to this i would also like to say that loops can be resolved by alias or use of context which depends on the scenario of the universe.
Ex - for applying context to resolve the loop, number of path depends on number of fact tables and there must be more then 1 fact table.
For alias we have to create the xerox copy of main table with a different name.
ex - suppose there are tables like country, region, sales, client and join all the 4 tables and after one go for integrity check, there would be loop formation. So, here the main table is our country, since under country, region, client and sales would be there. So, hence one have to click on country table and create alias of that like "Country_a".
Further to that, if context exist then in WEBI, it will pop out a error as -"INCOMPATIBLE CONDITION OF OBJECTS".
| Is This Answer Correct ? | 1 Yes | 0 No |
how many reports have u created ? explain a few.
1 Answers InfoStep, Ness Technologies, TCS,
Can you please send me the migration related issues .
Is it possible to join more than one universe in Business Objects? If its so how is that possible ? thanks in advance for the answers
If there are no indices defined on any of the columns in the above two tables, which columns would you index to speed up the left join query?
what is custom sorting?how we can do this expalain with procedure???
What is the difference between slice and dice and cross tab report?
How to get top 5 rows of a selected column?
How can you check the universe?
What is scope of analysis ?
HOW TO SEND THE PARTICULAR REPORT DIVISION AND PARTICULAR USER?
how to schedule a report for even number dates?
Did you face any problems while creating reports? Name? Solutions?