pull/1745/head
Brian Cao 2023-01-18 14:53:26 -08:00
parent 5c92d8f872
commit 714a205377
1 changed files with 1 additions and 1 deletions

View File

@ -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}"`);