Skip to content

Commit

Permalink
mdd-update-pivot-feature
Browse files Browse the repository at this point in the history
mdd-update-pivot-feature
  • Loading branch information
mddifilippo89 committed Aug 28, 2024
1 parent 45a8e86 commit 79f2c33
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions samples/grids/pivot-grid/features.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,30 +54,30 @@
"member": "AmountofSale",
"displayName": "Amount of Sale",
"enabled": true,
"aggregate": {
"type": "WebPivotAggregator",
"key": "SUM",
"label": "Sum of Sale",
"aggregatorRef": "PivotDataFlatAggregateSumSale"
},
"aggregateList": [
{
"type": "WebPivotAggregator",
"key": "SUM",
"label": "Sum of Sale",
"aggregatorRef": "PivotDataFlatAggregateSumSale"
"aggregatorRef": "PivotDataFlatAggregateSumSale",
"aggregatorName": "SUM",
"name": "SumOfSale"
},
{
"type": "WebPivotAggregator",
"key": "MIN",
"label": "Minimum of Sale",
"aggregatorRef": "PivotDataFlatAggregateMinSale"
"aggregatorRef": "PivotDataFlatAggregateMinSale",
"aggregatorName": "MIN",
"name": "MinOfSale"
},
{
"type": "WebPivotAggregator",
"key": "MAX",
"label": "Maximum of Sale",
"aggregatorRef": "PivotDataFlatAggregateMaxSale"
"aggregatorName": "MAX",
"aggregatorRef": "PivotDataFlatAggregateMaxSale",
"name": "MaxOfSale"
}
]
}
Expand Down

0 comments on commit 79f2c33

Please sign in to comment.