We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 797992b commit 782813aCopy full SHA for 782813a
source/js/LightPivotTable.js
@@ -95,7 +95,7 @@ LightPivotTable.prototype.getActualMDX = function () {
95
96
var mdx = this.CONFIG.dataSource.basicMDX,
97
mdxParser = new MDXParser(),
98
- filters = this.dataSource._PIVOT_DEFAULT_FILTERS.concat(this.dataSource.FILTERS);
+ filters = this.dataSource.FILTERS;
99
100
for (var i in filters) {
101
mdx = mdxParser.applyFilter(mdx, filters[i]);
0 commit comments