How can we retrieve all level-zero descendants of a given node in Oracle EDM?
Summary:
How can we retrieve all level-zero descendants of a given node in Oracle EDM?
Content (please ensure you mask any confidential information):
We are trying to retrieve all level-zero descendants of a specific node using the Descendant object. However, the two available functions, FIND and ANY, are not providing the expected result.
- ANY returns a Boolean value, whereas we need the result as a String containing the level-zero descendant(s).
- FIND returns only the last iterated value, rather than returning all level-zero descendants.
We would like to understand if there is another way to retrieve all level-zero descendants of a node
Tagged:
0