View in a flat file format
Posted: Mon Jul 19, 2010 2:10 pm
Hi All
I'm trying to mimic a flat file by using a view.
Imagine a cube with two dimesions, one for P&L Account, and one for month.
At the moment when produce a view, and run an extract into *cma for it, I get the following output:
Profit, Jul, 10
Profit, Aug, 20
What i'd like to do is having the following:
Profit, 10, 20
My exisiting TI would know that column two is Jul, and that column three is Aug.
Looking at the help screens it would seem that i could use ViewColumnDimensionSet on the month dimension, but i have tried this without success.
Any help from you all would be very welcome.
Thanks
Ajay
I'm trying to mimic a flat file by using a view.
Imagine a cube with two dimesions, one for P&L Account, and one for month.
At the moment when produce a view, and run an extract into *cma for it, I get the following output:
Profit, Jul, 10
Profit, Aug, 20
What i'd like to do is having the following:
Profit, 10, 20
My exisiting TI would know that column two is Jul, and that column three is Aug.
Looking at the help screens it would seem that i could use ViewColumnDimensionSet on the month dimension, but i have tried this without success.
Any help from you all would be very welcome.
Thanks
Ajay