Skip to content

Commit

Permalink
Update pre-aggregations.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov authored Oct 29, 2019
1 parent 0c73949 commit ca05a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Schema/pre-aggregations.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ cube(`Orders`, {
},

averageRevenue: {
sql: `${amount} / ${count}`,
sql: `${revenue} / ${count}`,
type: `number`
}
},
Expand Down

0 comments on commit ca05a05

Please sign in to comment.