Running count row based on filter

I need to create a dynamic row count (e.g.1-10) that responds to data filters. My understanding is that ‘runningCount’ may not be suitable for filtered results; are there alternative solutions?

Hello @reiokabe

You can parametrize your filters and use those parameters in calculated fields.

How do you want the filters to affect your running count calculation? For example do you want to next conditional logic with an ifelse calculation?