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
I'm trying to create a simple MDX example using a db backend, but I'm constantly getting "NoneType" is not ..... and the reason seams (at least on first sight) that olapy can't parse the query properly. (See the screenshot of a debug session).
(The actual error I'm getting when running the example is
Traceback (most recent call last):
File "W:\src\exampple\mdx.py", line 18, in <module>
df = executor.execute_mdx(query)['result']
File "C:\Python39\lib\site-packages\olapy\core\mdx\executor\execute.py", line 799, in execute_mdx
self.star_schema_dataframe[self.selected_measures].sum().to_frame().T
TypeError: 'NoneType' object is not subscriptable
The text was updated successfully, but these errors were encountered:
I'm trying to create a simple MDX example using a db backend, but I'm constantly getting "NoneType" is not ..... and the reason seams (at least on first sight) that olapy can't parse the query properly. (See the screenshot of a debug session).
The query is rather simple:
What am I doing incorrectly?
(The actual error I'm getting when running the example is
The text was updated successfully, but these errors were encountered: