Filter or Delete by Row numbers

I have a situation where I need to delete/filter by row numbers, or range of rows, and not values in a cell.

Does it make sense to have a Filter drop-down option to filter blank rows without having to code anything?

Is that a configuration that can be added to the Filter Transform?

1 Like

Dan

If you want to filter empty rows you can do it by setting Filter to Keep where Column is != to “” (empty).

empty

To filter by row number use the Row Num transform and then a Filter.