Show no rows until filter bar items selected

Hi, is there a way to show NO rows in a view until a selection in the filter bar has been made? The view could potentially have hundreds of rows, but I only really want to show any, once a selection has been made to the filter.

Hey,
I don’t think it’s possible with the filter bar.
Here’s a working example with a select instead:

Connect the table to the select with a “normal” filter formula, something like this: thisRow.Name.Contains([SelectName])

Legend! works a treat, thanks.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.