RetrogradePAK
IS-IT--Management
i have the following table and what i need to do is not to show or filter out the rows where both the value 1 and value 2 are blanks:
name value 1 value 2
a 1
b 3
c
d 2
e 5
f
As you can see rows with name c and f should be filtered out
name value 1 value 2
a 1
b 3
c
d 2
e 5
f
As you can see rows with name c and f should be filtered out