I am using Monarch 11.9
Is it possible to use the output from one filter in another filter?
I have a series of data similar to
1000 21 1 A
1000 22 1 A
1000 23 1 A
1000 90 1 A
1001 21 1 A
1001 22 1 A
1001 23 1 A
1005 21 1 A
1005 22 1 A
1006 23 1 A
My first filter grabs anything with a 21 on the line.
The second filter grabs everything that doesn't have a 21 on the line.
However what I want to do is if the number in the sequence appears on the first filter don't put it on the second filter.
Or compare the output from filter 2 to filter 1 and only show items that appear on filter 2 that are not on filter 1 based on the first numbers, ie 1000