I have a period control with Year, Month, quarter, week , day as values. Also have a start date and end date as date picker controls. If the user selects week in period and selects a dates in date picker , is it possible to show data from that particular week. is it possible to connect the two control. As of now only the period control is working and not the date picker.
Thank you!
@ghegde
What if the user selects a start date and an end date in different weeks? For example, if they select Dec 19 to Dec 27 with week as the period, do you want to filter by Dec 17 to Dec 30?
Hi @ghegde - I agree with @David_Wong , please provide more details on the dependency on the different filters. If period or date is sufficient, then you may not need the second filter.
Hoping to understand your use case a bit better and see if we can solve for it.
a- did you implement ‘show relevant values only’ as suggested by @jose_burrull
b- as per davvid/sanjeeb - please provide more detail on dependency of filters, maybe with a user story
If the filter is setup properly and user selectes ‘week in period’ and dates in another filter, it should apply both and only display the dates and week selected.