We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a66c1 commit 25b2bcaCopy full SHA for 25b2bca
docs/Schema/types-and-formats.md
@@ -30,7 +30,7 @@ You can put any sql into `number` measure as soon as it's an aggregatable expres
30
31
```javascript
32
ratio: {
33
- sql: `sum(amount) / count(*)`,
+ sql: `sum(${CUBE}.amount) / count(*)`,
34
type: `number`
35
}
36
```
0 commit comments