I have a dashboard with three displayed parameters:
- Time range (Last month, This month, Last 30 days, ..., custom interval)
- From (the begin date of the interval)
- To (ending date of interval)
My point is that I want to display "From" and "To" parameters only in case when "Time range" parameter is equal to "Custom interval".
Otherwise, I want to hide them or make them impossible to edit.
Could you help me with this, please?
Thanks.