-
**Describe the bug**
The filter argument on initialize_transaction_log_delta_requests() does not work and execute_transaction_log_delta_request() reports transactions outside of the filter.
**To R…
-
When having stacked dimensions on rows on a view and only a string measure as the column, despite zero suppression applied, the function power_bi.execute_view returns nan values, whereas Architect and…
-
**Version**
- TM1py 1.11.3
I am just trying to view a cube and see the result based on the help docs
``` python
from TM1py.Services import TM1Service
from TM1py.Utils.Utils import build_p…
-
There is currently no way to take full advantage of asynchronous request execution (`asnyc_requests_mode`).
It would be nice if TM1py could return the job-id to the calling function. This way pytho…
-
Hi,
We have a use-case where it would be great to be able to get multiple specific values back at a time. Is it possible to have a 'get_values' function that is like 'write_values', but takes a lis…
-
Hi,
I've been using mdx to extract values from cubes, however it's not very clear to me the best way to extract elements from a dimension's subset.
The only way I found is:
First:
Create …
-
As a TM1py user of the `write_async` function, I can specify how many threads should be used for writing.
This allows to speed up the write operation significantly, in an almost linear fashion.
C…
-
**Describe the bug**
When attempting to put a tm1project using the tm1project_put function under GitService, I get an error message stating:
```
File "C:\Python381\lib\site-packages\TM1py\Service…
-
get_native_view will fail if there is no dimension in the columns.
Use example code like this:
```
def ShowMDXOfView(tm1, cube, view):
# Instantiate TM1py.NativeView object
nv = tm1.c…
TM1si updated
10 months ago
-
Hello,
Can someone throw somelight on the below error while trying to execute the python script while trying to extract a slice of dimension from TM1 using TM1PY , specially this function tm1.power_…