File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " LightPivotTable" ,
33 "author" : " ZitRo" ,
4- "version" : " 1.2.5 " ,
4+ "version" : " 1.2.6 " ,
55 "description" : " A lightweight pivot table for MDX2JSON source for InterSystems Cache" ,
66 "main" : " test/testServer.js" ,
77 "repository" : {
Original file line number Diff line number Diff line change @@ -133,12 +133,6 @@ MDXParser.prototype.mdxType = function (mdx) {
133133 */
134134MDXParser . prototype . applyFilter = function ( basicMDX , filterSpec ) {
135135
136- var re = / \( ( ( [ ^ \) , ] ) + , ? ) + \) / ; // gathered filter
137-
138- if ( re . test ( filterSpec ) ) {
139- return basicMDX + " %FILTER " + filterSpec . substr ( 1 , filterSpec . length - 2 ) . split ( "," ) . join ( " %FILTER " ) ;
140- }
141-
142136 return basicMDX + " %FILTER " + filterSpec ;
143137
144138} ;
You can’t perform that action at this time.
0 commit comments