There is a list which contains C1, C2 as child items of P1. On a dashboard, this list is published as page selector.
I have two source modules(child level-C and parent level-P respectively) both are input modules and one target module(T). The input data for C1, C2 is present in module C and likewise input data for P1 is present in module P.
The requirement is such that based on the item selected through page selector on the dashboard, the corresponding data from the source modules should appear in the target module. i.e if child C1 is selected on the page selector, the data from C module should be displayed on the target. Similarly, if Parent P1 is selected, data from P module should be displayed on the target.
Please let me know how this is possible when there are two source modules and we need to switch the data based on the page selector selection of hierarchy(parent /child).