diff --git a/apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js b/apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js index 4993866f1..196f9c912 100644 --- a/apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js +++ b/apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js @@ -1212,7 +1212,7 @@ define([ value = item.asc_getText(); isnumber = isNumeric(value); applyfilter = true; - // count = item.asc_getCount();//Math.floor(Math.random() * 5000 + 1); + count = item.asc_getRepeats(); if (me.filter) { if (null === value.match(me.filter)) {