How to remove duplicates in one compound filter, from another compound filter?
I have a compound filter that identifies and shows me duplicates between two lists of data.
I want to remove those found duplicates from another compound filter.
Is this possible? Is there an easier way to do this?
In other words I only want the duplicated lines to show on one of the two compound filters I have.
EDIT: Here is the compound filter that I want to remove the duplicates from if that helps.
Best Answer
-
I would take the formulas you used to create the individual filters and create a formula field that puts a yes/no value in the column that identifies the duplicates. You can then create another filter to filter out the yes values.
1
Answers
-
I would take the formulas you used to create the individual filters and create a formula field that puts a yes/no value in the column that identifies the duplicates. You can then create another filter to filter out the yes values.
1