commit | e316352fb88d6056de85310e7cca4496c85f562f | [log] [tgz] |
---|---|---|
author | Stanley Yang <yangstanley@google.com> | Sat Jun 05 03:50:10 2021 +0000 |
committer | Stanley Yang <yangstanley@google.com> | Sat Jun 05 03:50:10 2021 +0000 |
tree | 665b70028402408ae598e01ff2d1efaa606f7dc3 | |
parent | adde6d14727846d18d2bd5bbd1668c2c7b79e869 [diff] |
adding a new measure Change-Id: I2cc280d30436be187e137ac3f7bca94bd6fd4f7b
diff --git a/demo-l4c.view.lkml b/demo-l4c.view.lkml index 4ca46a5..10d829f 100644 --- a/demo-l4c.view.lkml +++ b/demo-l4c.view.lkml
@@ -176,4 +176,10 @@ drill_fields: [customer_entities.id ,customer_entities.name, id ,name, duns_id, parent_id] } + measure: count_parent { + description: "Parent Account Counts" + type: count_distinct + sql: ${parent_id} ;; + } + }