Answer Posted / Bholendra Pratap Singh
Circular references can be resolved by:n1. Breaking the loop: This involves removing or reorganizing the data so that the loop is no longer created.n2. Using Set Analysis with modifiers such as INCLUDE, EXCLUDE, and CYCLE. These modifiers allow you to specify how to handle cyclic relationships in your data.n3. Using variables to temporarily store values and break the circular reference
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers