Kendo Pivot Grid不适用于运营商gte

Gom*_*ket 5 pivot filter operator-keyword kendo-ui

我已经像示例一样创建了一个剑道枢轴网格.我有这个选择

                $scope.options = {
                "dataSource": {
                    "type": "xmla",
                    "columns": [],
                    "rows": [{
                        "name": ["[Date].[Hierarchy - QM]"],
                        "expand": false
                    }],
                    "measures": [],
                    "transport": {
                        "connection": {
                            "catalog": "EDI",
                            "cube": "EDI"
                        },
                        "read": {
                            "url": "..../msmdpump.dll",
                            "type": "POST",
                            "dataType": "text",
                            "contentType": "text/xml"
                        }
                    },
                    "filter": {
                        "field": "[Date].[Hierarchy - QM]",
                        "operator": "eq",
                        "value": "new Date(2016, 1, 1)"
                    },
                    "schema": {
                        "type": "xmla"
                    }
                }
            }
Run Code Online (Sandbox Code Playgroud)

一切都很完美.但是,当我将过滤器运算符从'eq'更改为'gte'时,我得到以下错误

无法读取未定义的属性'replace'