Change in default value in date control when migrated from dev to stage

Hello!

So we have a analysis in dev environment that has a date field which is used in the control /filter . on migrating it to stage environment it defaults to one of the options( eg last n years) and unable to reset it to ‘all’.

Please let me know if you have any suggestions. Thank you!

Hi @ghegde,

Hope everything is well! I am not sure if there is a current way in Quick to default a date field to something like ‘ALL_VALUES’. However, to workaround this, I would recommend making 2 parameters that represent a start and end date for your date filter (since you can select a relative or fixed date as a default).

If you keep the defaults as relative, make the start date’s N in “Last N Years” to whatever would make it reach the earliest possible date. After that, set the end date to ‘Today’. Lastly, you can make a control for the start date so that you can toggle reset whenever for your visual. This configuration should achieve the same output as ‘Select All’. The picture below is an example of what this could look like:

Let me know if this helps!

Thank you @WLS-Luis .