How do you narrow down your filter choices?

I am using a sliced table, but when I use the filter from the search box in the upper right of the table view, the contents of all rows come out as options.

Would it be possible to narrow down the choices in an Enum type column by another column's value?

0 2 175
2 REPLIES 2

You would need to create a filter-view using detail-view (with quick-edit columns) & action to open LinkToFilteredView(...) , like

Select related options & tap the above filter actionSelect related options & tap the above filter action

Aurelien
Google Developer Expert
Google Developer Expert

HI @Emily 

"Enum type column by another column's value?" ==> Makes me think about dependent drop down.

Here it is:

Dependent drop-downs - AppSheet Help

Here are a few posts about that:

Search - Google Cloud Community

Also, you may benefit from using a slice filter instead of native filtering tool (no dependent dropdown, but you can implement it):

Slice based on user input

And a sample I made, same functioning:

PF_Dashboard_Filter

 

Top Labels in this Space