Hi,
I need help to evaluate the parents node as below
Parent A
Child 1
Child 2
Parent B
Child 11
Child 12
Parent C
Child 21
Child 22
Parent D
Child 31
Child 32
Need to check if the child node is under Parent is A, return R / or if its under Parent is B, return S / or if Parent is C, return T / or if Parent is D, return U. How to derive this logic