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 d9c29f2 commit c2dfd6a
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 @@ -76,7 +76,7 @@ local predefined = import 'predefined.jsonnet';
},
ltv_revenue: {
label: 'LTV',
category: 'LTV',
category: 'Revenue',
sql: 'IEEE_DIVIDE({{measure.total_revenue}}, {{measure.all_users}})',
reportOptions: { formatNumbers: '$0,0[.]00000000' },
},
Expand Down

0 comments on commit c2dfd6a

Please sign in to comment.