I am trying to export my TM1 cube (simple attributes cube) but it is not including column headers

http://www.tm1forum.com/viewtopic.php?f=3&t=3245
However, I have done the same and it's not working

Here is exactly what I have done:
Prolog Tab:
Code: Select all
Header = 1;
(please note I use a full UNC path and not "file path" - I have stated that there for simplicity instead of a lengthy filepath)
Code: Select all
IF (Header = 1);
ASCIIOUTPUT('\\file path\SSD MPN Export.csv', vSSDMPN, vInclusionFlag, vSSDModel, vTotalGBperSSD, vModuleFormFactorPrefix, vModuleFormFactor, vDID, vDensityperIndividualNANDGb, vTotalGigabitsperSSD, vTotalNANDDie, vSeries, vSSDModelandDID, vUsableGBperSSD, vMemoryComponentQuantity, vProductSubtechnology, vNANDInterface, vUsageType );
Header = Header - 1;
ENDIF;

And, there is only one line of data

Here is what it looks like:
Thanks again for guidance!!