File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ node_modules /
2
+ build /
3
+ package-lock.json
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " LightPivotTable" ,
3
3
"author" : " ZitRo" ,
4
- "version" : " 1.8.12 " ,
4
+ "version" : " 1.8.13 " ,
5
5
"description" : " A lightweight pivot table for MDX2JSON source for InterSystems Cache" ,
6
6
"main" : " test/testServer.js" ,
7
7
"repository" : {
Original file line number Diff line number Diff line change @@ -630,7 +630,7 @@ DataController.prototype.resetRawData = function () {
630
630
if ( ! data [ props ] [ columnIndex ] && ! ( byColumns ? pivotDefaultCol : pivotDefault ) )
631
631
return _ . TOTAL_FUNCTIONS . totalSUM ;
632
632
switch ( ( data [ props ] [ columnIndex ] || { } ) . summary || pivotDefault ) {
633
- case "count" : return _ . TOTAL_FUNCTIONS . totalCOUNT ;
633
+ case "count" : return _ . TOTAL_FUNCTIONS . totalSUM ; // _.TOTAL_FUNCTIONS. totalCOUNT; https://github.com/intersystems-ru/LightPivotTable/issues/4
634
634
case "avg" : return _ . TOTAL_FUNCTIONS . totalAVG ;
635
635
case "min" : return _ . TOTAL_FUNCTIONS . totalMIN ;
636
636
case "max" : return _ . TOTAL_FUNCTIONS . totalMAX ;
You can’t perform that action at this time.
0 commit comments