Check the code attached below.
default time = 1 week window. Setting the drop-down label to "time_selected" token.
set token="time_selected" ==> $label$
When i open the dashboard, $time_selected$ = $label$
When i change the Time to (1 week window or All time), $time_selected$ = 1 week window.
Issue:
By default we set the time to 1 week window, but $label$ token is not set.
When we change the time, it's working fine.
Expected:
it to work by default.
When i open the dashboard, $time_selected$ should be "1 week window"
Code:
Any help is appreciated!
... View more