My Data:
dim1,dim2
a, 1
a, 2
a, 3
b, 1
b, 2
b, 2
I want to have two filters, both with options 1,2,3
.
The first filter filters: if dim1 = a or (dim1 = b & dim2 = select 1,2,3)
While the second filters: if dim1 = b or (dim1 = a & dim2 = select 1,2,3)
Where select 1,2,3
are the options in the filter.
Any suggestions?