I have four different pivot table views with project details like "Project view", "Summary View", "Year View" and "Realty View" and I am using view selector to select the required view.
My requirement is when I select "Realty View" from the view selector, It should only display "Realty" projects, should not display "Not Realty" projects. when I select other views( "Project view", "Summary View" and "Year View") it should show both "Realty'' and "Not Realty" projects. If I apply filter condition on analysis, that filters the data from all the views. But I want to apply the filter only on "Realty View" to display only "Realty" projects.
Could anyone please suggest me what would be the approach.
Thanks,
Vijaya