Fix avg.
parent
5c92d8f872
commit
714a205377
|
@ -137,7 +137,7 @@ function getEventDataColumnsQuery(column, columns, params) {
|
||||||
|
|
||||||
switch (filter) {
|
switch (filter) {
|
||||||
case 'sum':
|
case 'sum':
|
||||||
case 'svg':
|
case 'avg':
|
||||||
case 'min':
|
case 'min':
|
||||||
case 'max':
|
case 'max':
|
||||||
arr.push(`${filter}(${getJsonField(column, key, true, params)}) as "${i}"`);
|
arr.push(`${filter}(${getJsonField(column, key, true, params)}) as "${i}"`);
|
||||||
|
|
Loading…
Reference in New Issue