Ascii export
Posted: Thu Nov 15, 2012 10:02 am
Hi!
Is it possible to export data from several cubes into one single ascii file?
Regards!
Is it possible to export data from several cubes into one single ascii file?
Regards!
Discussing all things TM1, Planning Analytics, PAx and PAW
https://www.tm1forum.com/
Sure. You just need to define an appropriate data source (which may be either a cube view or a dimension subset, though it may be no data source at all; you could in theory do all of your loops in the prolog) and use CellGetN or CellGetS functions to pull the values from the other cubes. After that you just combine the values that you retrieve into a single string and write it out to your file.kastellu wrote:Hi!
Is it possible to export data from several cubes into one single ascii file?