Recursive algorithm inside a report
Hello,
I have a tree structure inside my class (nodeID, level, page.parentID where parentID is the parent node of the node ID). I need to display the list of parent IDs dynamically depending on the level (If Level = L0 => parent ID = null else Parent ID = (select node ID where Level = selected Level).
Is that doable using a report definition?
Thanks a lot,
Rosy
Message was edited by: Marissa Rogers - Added category