-
I tried exporting a TM1 cube using MDX expression but getting the below error, when I reduce the granularity of the output I'm able to export the data. The same granularity is possible when I open the…
-
Hi,
I created a python script to export a dimension structure. This script was then converted to an exe file using pyinstaller.
I then called this exe file via cmd in my machine. The exe worked…
-
Hi,
I have an executable file to fetch all the dimensions in a cube. When I call this file via cmd promp like below it works:
`C:\Users\vino> dim.exe Sales` (Sales is the cube's name)
I wante…
-
Is it possible to implement the functionality to return errorcode from RushTI?
It will be very helpfull when triggered from a cmd file or a scheduler.
Thank you!
-
Currently, TM1py checks first if the "password" is encoded, then if it fails to login with the password decoded, it tries with the password as it is. It means that if you have a wrong password, TM1py …
vviau updated
5 years ago
-
Hello,
We are attempting to handle a situation when invalid credentials are used during TM1Service connection allocation by using exception handler that catches TM1pyException and subsequently by che…
-
hi, i have a dimension animals, which contains hierarchy animal. under animals there are element cat and dog. under cat there is a separate element cat-owner and under dog element there is the eleme…
an5ir updated
5 years ago
-
Is there a default parameter or function to split the dimension hierarchies (main and alternate hierarchies)?
Would like to export these hierarchies into individual excel or csv files.
-
Hi,
Can Only cube module be used for exporting dimension attributes (including their values)?
I checked the dimension module, using this I was only able to fetch the dimension attribute "name" a…
-
I think it would be nice to have a method of Dimension object to return hierarchy by name. Currently there is only a service's method to do it.