Can someone please help me implement the given scenario. I have implemented it but there are certain loopholes that I am having trouble fixing.
Scenario1 : I have a module with version list on rows , 4 line items(1,2,3,4) on columns and Time range FY15 on columns after line items. For LI 1,2,3 I only want to see years and for LI 4 only months. I created a filter module with FY15 on columns , LI 1,2,3 with format as timescale year and LI 4 with timescale month. I clubbed these 4 boolean selections in my filter module in another line item 'Final filter' and used it to filter my main module. It is working except that when I select year only for LI 1 , I still see year for LI 2, 3.
The image is what I am aiming to achieve.
this is my filter setup