Hi Alan, hope you are well,

so ad rem

I've a table (3 columns, can be more), and for this table I've three filters
I need count rows for each filter (filtered rows and rows left after filtering), eg.



there should be possibility resize the main table for more columns and add new tables with filters at the same time (with empty rows that will not be taken into account when counting filtered rows)

the result should be more or less like this:



is this possible to do it automatically after add/remove values to/from filter tables?
I don't need filtered table but I need result table like you can see above

thanks