How do I only show something if it has results?

I have a list of 28 cuisines, and I’m trying to show:

Cuisine Name - Number of Recipes It Contains

Which I can do, but there’s tons of cuisines that don’t have any recipes and show 0.

How can I exclude these results, and only show cuisines that have more than 1 recipe?

Thanks!

SOLVED: I figured it out, you need to add another custom filter and then specify what it’s for and then you can do “is greater than 0” from the dropdown.

Glad you solved it. :slight_smile: