WITHOUT PARENT FILTER
Removes parent filters from being applied to the metric. All parent filters specified in insight, dashboards, and any metrics in which this metric is nested are ignored.
This clause can be shortened to WITHOUT PF.
Example
In the table below, you can see how the WITHOUT PARENT FILTER clause affects the filtered version of the insight.
Definition | Insight Filter | Metric Value |
---|---|---|
SELECT M1 | (none) | 500 |
SELECT M1 | F1: Group = X | 350 |
SELECT M1 WITHOUT PARENT FILTER | F1: Group = X | 500 |
Since the metric in the third row removes the parent filter in the insight, the returned value matches the calculation when no insight filter is applied in the first row.
Syntax
SELECT ... WITHOUT PARENT FILTER
SELECT ... WITHOUT PF