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 4c84c4c commit ec309b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ local predefined = import 'predefined.jsonnet';
ltv_revenue: {
label: 'Revenue',
category: 'Revenue',
sql: 'IEEE_DIVIDE({{measure.ltv_revenue_total}}, {{measure.all_users}})',
sql: 'IEEE_DIVIDE({{measure.total_revenue}}, {{measure.all_users}})',
reportOptions: { formatNumbers: '$0,0' },
},
ltv_revenue_d7: {
Expand Down

0 comments on commit ec309b4

Please sign in to comment.