Skip to main content

Hi,

I would like to select an item from a dropdown list, then have the from date and end date already marked in the date range component for that selected item, is that possible in Celonis? and how? Thanks a lot.

Hi there,
You can dynamically set a date range in a Celonis View based on a dropdown, you must link components using variables. First, create a dropdown component that sets specific start and end date variables when a user makes a selection. You then configure the date range component to be bound to these variables. When the dropdown selection changes, an onChange event updates the date variables, which in turn automatically updates the date range component. This method requires a backend table to map each dropdown item to its correct date range and for the PQL to be filtered by these same variables.
Hope it helps, Thank you.