Interactive Table filter

  • crate a “from_date” and a “to_date” variable.
  • “to_date” should be default by 12/31/9999 and from should be empty or set to today by app logic (as you need).
  • make one date input field each
  • make a variable filter for the table referencing on these two variables:

The result in App looks something like this:

When you change the from and to inputs, the table will filter based on that data…