‎2009 Oct 14 10:25 AM
I want to format excel column from "General" to "Text". Can anyone help me out in this regard.
Thanks in advance.
‎2009 Oct 14 10:27 AM
Append a apostrphe ( ' ) to the internal table value if you are downloading it to an excel file. Those will be considered as 'Text ' field instead of a general field by the excel.
‎2009 Oct 14 10:47 AM
Hi
Try this:
CONCATENATE '=REPLACE("",1,,"' l_field '")' INTO chars_field. And use chars_field for exporting to excel
thanks,
Renjith
‎2010 Sep 15 11:57 AM