ASCIIOutput without Aliases
Posted: Wed May 12, 2010 12:05 am
I am using ASCIIOutput() function to export the cube data to a text file.
But my output has got the Alias names instead of Element names. I want the output with the actual element names - not the aliases. I know if I change my data source (to element names instead of using aliases in the source view) but I dont want to go on that path.
Is there a function by which I can get the element names? Please advice.
Code: Select all
ASCIIOutput(FileName, Dim1, Dim2, Dim3);
Is there a function by which I can get the element names? Please advice.