This commit is contained in:
ryan
2019-03-12 17:02:44 -07:00
parent c82a7b9bd5
commit 227d28154b

View File

@@ -133,10 +133,15 @@ function getById(id: string): TableReducerInfo {
value: TableReducerID.sum,
label: 'Total',
description: 'The sum of all values',
emptyInputResult: 0,
standard: true,
alias: 'total',
},
{ value: TableReducerID.count, label: 'Count', description: 'Value Count', standard: true },
{ value: TableReducerID.count,
label: 'Count',
description: 'Value Count',
emptyInputResult: 0,
standard: true },
{
value: TableReducerID.range,
label: 'Range',