Hi all.
I am working on filter tool and encountered 2 problems.
1. I created 3 separate custom filters (writing 1 expression each) in 1 data set and then joined the True values using union tool. It gave me 62 records. (Even simple addition of True records is 62)
Then I inserted another filter to the same data set where I combined all the 3 expressions separated by OR. But here I got only 54 records. What's going wrong? It should have come to be same.
2. How to combine multiple possible values of different columns in 1 expression. Values are getting mixed up.
Example: Column X = Start. Column Y = A, B,C. Column Z = M or N. Registration Date Column = No earlier then 1 year from today and should not be blank.
Thanks