I have a DETAILS view of a tab.
I have a screen element of Choices (which is displaying values as Male and Female.
I also have a list below it which is displaying people who have as one of their columns, gender.
Can the choice selected above be used to filter the names of people below? Is there a way to connect the choice element to filter the list below it?! This means when I click on “Male” in the choice field, only the names with the gender “Male” are displayed in the list below.
The filter that Glide seems to have by default requires clicking on the funnel at the top right and going to another screen to filter.