Hi Guys,
I had an issue with SharePoint Dynamic Filter function.
Here is my story:
- I have created two lists (List_A and List_B);
- I have added these two lists as two web parts on a SharePoint page;
- Then I applied dynamic filter using one shared column from these two lists and it works good. Meaning: when I select one item in List_A and List_B will only show items related to the item I selected in List_A.
My issue is:
When I apply any filter in List_A, and then select any item from the filter result of, then the Dynamic Filter would not work in List_B.
Can anybody help to provide a solution?