You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If your group by field is a boolean field you get the following error:
Unable to get property 'length' of undefined or null reference
Stack trace: TypeError: Unable to get property 'length' of undefined or null reference
at OLAPCube.prototype._expandFact (cube.js:1331:11)
at OLAPCube.prototype.addFacts (cube.js:1444:11)
at onReadDocuments (cube.js:1817:7)
The text was updated successfully, but these errors were encountered:
If your group by field is a boolean field you get the following error:
Unable to get property 'length' of undefined or null reference
Stack trace: TypeError: Unable to get property 'length' of undefined or null reference
at OLAPCube.prototype._expandFact (cube.js:1331:11)
at OLAPCube.prototype.addFacts (cube.js:1444:11)
at onReadDocuments (cube.js:1817:7)
The text was updated successfully, but these errors were encountered: