WHERE clause that looks like WHERE IN (SELECT... where the SELECT clause is the filtering query.
Requirements
Only supported for use in query views. Refer to the Examples section for the complete syntax.Syntax
Properties
The field to filter on, specified in the format
view_name.field_name. Can be a time, numeric, or string field.The name of the field in the filtering query, specified in the format
view_name.field_name. This field must contain the same data and be the same data type as the field_name.For example, if you filter on a customers.country field, the value of filtering_field_name should contain a field with country data.Examples
The first query in this example - shown below - lists the top 5 countries with the highest number of customer sign ups:Query view filtered using the results of another query