Exporting TM1 Cube
Posted: Sat Mar 08, 2014 5:06 am
Hi,
I am exporting a TM1 cube using asciioutput function. Say I have 5 dimensions, I was able to export these 5 dimension into records (Each dimension one instance of an element) in text or CSV file. One of the dimension is measures where elements will be assgined values. Now When I export only one element of the measures dimension is shown up in a record. In another words one element for each record.
How do I export where all the elements of measures dimension can be shown in one record?
Shown here how it should appear
Dim A Dim B Dim C Dim D Dim Measures Element 1, Dim Measures Element 2, Dim Measures Element 3
Customer Year Month State 1000 25.5 30
Another way to describe is how to move the measures elements as header of the file and aslo show the values?
Currently it is showing up like this
Customer Year Month State Dim Measures Element 1 1000
Customer Year Month State Dim Measures Element 2 25.5
Customer Year Month State Dim Measures Element 3 30
Thanks for the help in advance.
I am exporting a TM1 cube using asciioutput function. Say I have 5 dimensions, I was able to export these 5 dimension into records (Each dimension one instance of an element) in text or CSV file. One of the dimension is measures where elements will be assgined values. Now When I export only one element of the measures dimension is shown up in a record. In another words one element for each record.
How do I export where all the elements of measures dimension can be shown in one record?
Shown here how it should appear
Dim A Dim B Dim C Dim D Dim Measures Element 1, Dim Measures Element 2, Dim Measures Element 3
Customer Year Month State 1000 25.5 30
Another way to describe is how to move the measures elements as header of the file and aslo show the values?
Currently it is showing up like this
Customer Year Month State Dim Measures Element 1 1000
Customer Year Month State Dim Measures Element 2 25.5
Customer Year Month State Dim Measures Element 3 30
Thanks for the help in advance.