Im an idiot.. how can i just how 10 results in a filtered view?

I remember Hannah (one of our Codans) using this hack as well: Using Slice to limit the rows in a view (return Top n rows). This always trips me up, so you’re not alone here haha.

The trick is in how you use thisRow for your comparison and the In() formula.