How to show relevant values in Date Control based on selections in other control and vice versa?

We have 2 controls in an analysis where we have a Date control and the other control uses a String field (2023-05-06,WK18). The Date control has the Week End Date and the other control is a combination of Week End Date and Week Number as indicated above. We have a request where we want to show relevant values in the Date control based on the selection made in the other control.

Currently, there is no option available “Show Relevant Values” for Date based controls.

Any suggestions/workaround would be appreciated!

You might be able to cast your date to a string and then do “Show Relevant Values” on that string.

However, that is really the only option I can think of. I can mark this as a feature request.