-
Hi all, I'm just discovering the opportunites of TM1Py. I got a basic function to run on my TM1 model and now I want to read some data from a cube. The Measure dimension has elements like "Servername" and "Cube".
Any hint? This is my existing code:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I think I got it: srcCube = tm1.cells.get_value("TM1Distr_Area", "Kostenstellen, 1, Src, Cube") |
Beta Was this translation helpful? Give feedback.
I think I got it:
srcCube = tm1.cells.get_value("TM1Distr_Area", "Kostenstellen, 1, Src, Cube")