TM1 REST API - Getting alias value when retrieving a cube view

Post Reply
aravind.cgns
Posts: 51
Joined: Sun Sep 11, 2016 1:55 pm
OLAP Product: Cognos Tm1
Version: 10.2,11
Excel Version: 2007

TM1 REST API - Getting alias value when retrieving a cube view

Post by aravind.cgns »

Hi all,

I'm trying to retrieve cube a view using the REST API. I want to retrieve data similar to architect view with alias turned on in few dimensions, API retrieves only native elements.

Is there a way to retrieve attribute names in cellset, For example Quarter dimension retrieves native elements in Fiscal year format, but i need quarters to be extracted in Calendar year format which is an attribute.

Below is my Code :

https://xxxx.planning-analytics.ibmclou ... xpand=Axes($expand=Hierarchies($select=Name),Tuples($expand=Members($select=Name))),Cells
Post Reply