Business Objects Question:
Explain the difference between detect alias and detect context?
Answer:
we should use Detect Aliases and Detect Contexts to formally identify and resolve loops.
i.e.if a loop contains only one lookup table then the loop can be resolved by detecting the alias
if a loop is having 2 or more fact tables(multiple fact tables) then the loop can be resolved by detecting context
Detect alias: resolving fan trap
Detect context: resolving chasm trap
i.e.if a loop contains only one lookup table then the loop can be resolved by detecting the alias
if a loop is having 2 or more fact tables(multiple fact tables) then the loop can be resolved by detecting context
Detect alias: resolving fan trap
Detect context: resolving chasm trap
Previous Question | Next Question |
Explain What would you consider as your biggest achievement and why? | What is the difference between condition & filter? |