Add new field to counters for all users

This commit is contained in:
Frank Bertsch 2021-01-28 19:26:42 +00:00
Родитель c6d26c539f
Коммит 74f07fc4fb
3 изменённых файлов: 7 добавлений и 2 удалений

Просмотреть файл

@ -1,7 +1,7 @@
connection: "telemetry"
label: "Firefox for iOS"
include: "//looker-hub/firefox_ios/*.view.lkml"
include: "//looker-hub/firefox_ios/views/*.view.lkml"
include: "views/*.view.lkml"
include: "dashboards/*.dashboard"

Просмотреть файл

@ -229,4 +229,9 @@ view: counters {
sql: SAFE_DIVIDE(COUNTIF(${client_aggregate} > 0), COUNT(*)) ;;
type: number
}
measure: total_users_overall {
sql: COUNT(*) ;;
type: number
}
}

Просмотреть файл

@ -1,4 +1,4 @@
include: "//looker-hub/firefox_ios/*"
include: "//looker-hub/firefox_ios/views/*"
view: metrics_counters {
derived_table: {