Hi everyone,
I want to use an input box in a view so users can filter a specific table using a runtime variable. When using the input box and setting it to type date, the output is something like 1694728800000. This is saved in a runtime variable, which I am using in a filter for that specific table. However, I couldn't find a way to make the formular work.
Example formular: FILTER EKPO.AEDAT = ${{runtime_variable}}
where ${{runtime_variable}} is 1694728800000.
Maybe someone can help out with the correct conversion to make use of the date from the input box.
Best regards
Aram