Hi,
I kept a module in two different dashboard Dash_1 and Dash_2. It is driven by list suppose List_A.
Now I created two subsets for list List_A they Sub_1 and Sub_2.
Now in Dash_1 I used Sub_1 as page selector and in Dash_2 I used Sub_2 as page selector.
But the thing is when I select Sub_2 in Dash_2 the module in Dash_1 is getting synchronized with the selection.
I want to beak the link between the two dashboards.
How can I do that?