Settings default filter parameters

Is it possible to set the default filter when a screen is loaded?

I need to set a date filter to todays date, but I can’t seem to find a way of doing it.

Thanks,
Lewis

Hi Lewis,

You can set current date programmatically using the setParamValue() method in the screen controller’s ready() method.
We have also created an issue to facilitate this task in the future.