tm1py icon indicating copy to clipboard operation
tm1py copied to clipboard

(Enhancement Proposal) alias infromation from MDX View

Open Cubewise-JoeCHK opened this issue 6 months ago • 1 comments

TM1 Version: 11.8.02700.4

This proposal comes from the project demands. The process requires to output the dataframe from MDXView. At the meantime, the dataframe shows the alias value regarding MDXView setting instead of Principal Name.

In RestAPI response, there's a Meta information to describe View detail setup, including Aliases. but TM1py doesn't cover it yet.

Future Plans

MDXView enrichment is foreseeable... in the future, we may construct MDXView object with alias information then send back to TM1 for creating view

Caution

due to limitation on development resources, this proposal is only tested in v11, not v12.

Cubewise-JoeCHK avatar Jul 26 '25 11:07 Cubewise-JoeCHK

I was not familiar with the Meta property in the response of the MDXView! I can't reproduce it in 11.8.01700.1.

I guess it's an optional or new property then!? In that case we should make sure all the code works when the property isn't set.

I will add some more comments to the open review that copilot started

MariusWirtz avatar Jul 28 '25 13:07 MariusWirtz