Skip to content

Commit

Permalink
Update common.libsonnet
Browse files Browse the repository at this point in the history
  • Loading branch information
emre committed Apr 4, 2021
1 parent 7e898fc commit 5a66ca1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ local predefined = import 'predefined.jsonnet';
ltv_revenue_d7: {
label: 'D7 LTV',
category: 'Revenue',
sql: '{{measure.ltv_revenue_total}}/{{measure.all_users}}',
sql: 'IEEE_DIVIDE({{measure.ltv_revenue_total}}, {{measure.all_users}})',
reportOptions: { formatNumbers: '$0,0' },
filters: [
{ dimension: 'days_since_signup', operator: 'equals', value: 7, valueType: 'integer' },
{ dimension: 'days_since_signup', operator: 'lessThan', value: 8, valueType: 'integer' },
],
},
whales_playing: {
Expand Down

0 comments on commit 5a66ca1

Please sign in to comment.