Count filter options

In the filter data, is there a way to count how many options I can pick?


like if it shows after Date (17)

I would explore creating a relation based on those dates (make sure you use either a number that represents the date, or a template column to lock the format in), and a rollup for counting.

Then, add a template column that combines the date with the rollup, and filter based on that.

Though, I wouldn’t use that filter with dates though. There’s no way for it to scale well.

1 Like

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