Hi, I am new to using Experience Builder and not sure if what I want to do is possible. I am creating an app that shows rental locations with a list of renters in a related table. The related table contains the start and end years of the rental period in separate fields as integers (Start_Year and End_Year).
I would like the user to be able to select a single year and filter a list to display all renters whose rental period contains that year. Essentially, if the user input year is within the range of Start Year to End Year, filter the list to those records.
It seems like if I want to filter the data this way, I have to set up the filter to require selecting the year twice as input for both year fields. Which works in this case, but is a more cumbersome experience.
I want this
instead of this
Is it possible to do this?