We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc6e727 + 62409fc commit 3e7bbf5Copy full SHA for 3e7bbf5
1 file changed
definitions/output/reports/tech_crux.js
@@ -156,6 +156,7 @@ crux_base AS (
156
WHERE
157
yyyymm = CAST(FORMAT_DATE('%Y%m', '${pastMonth}') AS INT64) AND
158
device IN ('desktop', 'phone')
159
+ ${constants.devRankFilter}
160
161
UNION ALL
162
@@ -186,6 +187,7 @@ crux_base AS (
186
187
188
date = '${pastMonth}' AND
189
190
191
),
192
193
crux AS (
0 commit comments