-
Is there a way to extract the alias of a dimension when using mdx quay to extract a view?
with TM1Service(address='localhost', port=9611, user='admin', password='apple', ssl=True) as tm1:
…
an5ir updated
5 years ago
-
Hi,
I'm successfull at exporting the data using the following MDX query. But I would like to send in parameters to this MDX query. Planning to pass the dimension element's name from some other UI a…
-
I have created the below `mdx` query dynamically by checking the dimensions in a cube, but getting 'out of memory' error while using `tm1.cubes.cells.execute_mdx`. Is there a way I can dynamically spl…
-
Hello,
I have experienced following behavior when querying for cell properties of a target slice - I wish to update target cells with values while avoiding cells that are consolidated or rule derived…
-
Hi All,
Thanks for the code, just trying to use it now.
I am having an issue about updating the existing attribute because couldn't find a function.
And trying something like
h.…
-
Hello,
I am starting my journey into tm1py, however I`ve been facing difficulties to send data back to tm1.
For example, if I have a simple cube with 2 dimensions (Image 1) and want to write a d…
-
Is there a method that we can use to set the context of our TM1 connection? According to the metadata document has context property. It would be really useful to default that property to "TM1py" when …
-
Hi guys,
I'm big fan of TM1py !...
... and I need i little help.
I'm create a python script to list all my objects on TM1 server.
The cubes and dimension works fine but the chores list does…
-
Has the code been updated to use the new TI execution standard? Based on conversations with IBM moving to the new function will correct issues that keep minor errors from being committed
-
Hello ,
I would know if it's possible to have the same rows and columns that a view.
For example, when i make a view, i define rows and columns ( like a crosstab) but when i want to get data by …