Skip to content

Commit 25b2bca

Browse files
authored
Update types-and-formats.md
1 parent 78a66c1 commit 25b2bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Schema/types-and-formats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You can put any sql into `number` measure as soon as it's an aggregatable expres
3030

3131
```javascript
3232
ratio: {
33-
sql: `sum(amount) / count(*)`,
33+
sql: `sum(${CUBE}.amount) / count(*)`,
3434
type: `number`
3535
}
3636
```

0 commit comments

Comments
 (0)