Hi,
I have a list with items A,B,C the data of A should be mapped to B and the data of C should be mapped to B.
and it is 1:N mapping
A1->B1
A1->B2
A2->B1
A2->B2
C1->B1
C1->B2
C2->B1
C2->B2
I have done the above mapping by creating a concatenated list but I am not able to fetch the data by using this mapping to target module dimensioned With B (list subset).
need alternative way to solve it.