I have two tables side-by-side then two tables down (Total 4 tables). I want to be able to filter the results on each table and then print. Problem. If I filter a table then the table to the right will be affected. Is there a way to filter the results in each table without affecting its horizontal counterpart?

Filter -0- values out


Qty Description Qty Description
1 prod 1 0 prod 1
0 prod 2 2 prod 2
3 prod 3 0 prod 3
Qty Description Qty Description
2 prod 8 4 prod 8
0 prod 9 1 prod 9
0 prod 10 1 prod 10
3 prod 11 0 prod 11