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 5, 2021
1 parent c33ad62 commit da9fbe8
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 @@ -72,13 +72,13 @@ local predefined = import 'predefined.jsonnet';
label: 'Total Revenue',
category: 'Revenue',
sql: '{{dimension.ltv_increase}}',
reportOptions: { formatNumbers: '$0,0[.]0000' },
reportOptions: { formatNumbers: '$0,0[.]000000' },
},
ltv_revenue: {
label: 'LTV',
category: 'LTV',
sql: 'IEEE_DIVIDE({{measure.total_revenue}}, {{measure.all_users}})',
reportOptions: { formatNumbers: '$0,0[.]0000' },
reportOptions: { formatNumbers: '$0,0[.]00000000' },
},
ltv_revenue_d1: {
label: 'D1 LTV',
Expand Down

0 comments on commit da9fbe8

Please sign in to comment.