rpbouman / xmla4js

Javascript interface for XML for Analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in Cellset.fetchAsObject: Check for slicer axis does not call the method.

rpbouman opened this issue · comments

Cellset.fetchAsObject wants to return the sliceraxis if it exists and wants to use this.hasSlicerAxis() to check if it exists. But unfortunately, it did't call the method - (forgot parentheses). So we get a null runtime error.