Hello everyone,
I’m currently migrating an old view to a JAB view. In the old view I had an input dropdown (made with a custom object “Time Dimension” with the content columns: Year, Year-Month, Quarter, Week, Day). In the new JAB view I now want to implement this as well (filtering charts according to Quarter, Week and so forth). I’m already aware of the Celonis documentation: Configuring user inputs (input box, input dropdown, button), but this is really too intransparent for me.
Can someone give me a step by step guide on how to implement this?
I already created a variable as object like this:
{
"Year": "String",
"Year-Month": "String",
"Quarter": "String",
"Week": "String",
"Day": "String"}
However, within the input dropdown component, I don’t know how to proceed as the dimensions Year, Year-Month, Quarter, Week, Day are not stored in a single attribute/dimension. They are all calculated with the EVENTTIME separately.
Thanks in advance!
Best regards
Julia Bauer