Data intersection

hello everybody,
can anyone answer how to get the intersection between data in two fields in the same index, in other words the data found in field1 and field2 but not at the same row.
for example, i want to get the subscriberID (5946) found in field "Seller" and this same subscriber is a "Buyer" in other rows

subscriberID : 5946 OR Seller : 5946 OR Buyer : 5946

will pull all the records that match either of those fields.

You can also just file a search as this

5946

which will run the search somewhat globally, but may also match results like 15946 or 59460, etc

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.