essbase report text command cannot generate a comma
Summary
essbase report text command cannot generate a commaContent
Here is an Essbase report script, that will not display the comma using the TEXT command.
I'm trying to create an export from Essbase ASO cube to load to and HFM database.
I need a header with comma delimiter, but when I use the TEXT command show blank space instead of comma
//ESS_LOCALE English_UnitedStates.Latin1@Binary
{ STARTHEADING
TEXT 0 "!COLUMN_ORDER=PERIOD,SCENARIO,YEAR,VIEW,ENTITY,VALUE,ACCOUNT,ICP,CUSTOM1,CUSTOM2,CUSTOM3,CUSTOM4"
TEXT 0 "!DATA"
ENDHEADING
}
!
0