I have a formula that creates a comma delimited file.
When I export the data into a text format my formating is changing.
This is my formula:
ToText({Command.MEMBER_NBR},0,"") & "," &
ToText({Command.SHARE_NBR},0,"") & "," &
"Y"
This is what I am getting after I export the data.
12345,8,Y
12345,8,y
12345,8,y
My problem is all the data should line up to the left, not with a space before the first character after the first line.
Any suggetions on how to fix this?
Thanks,
-Glenn
When I export the data into a text format my formating is changing.
This is my formula:
ToText({Command.MEMBER_NBR},0,"") & "," &
ToText({Command.SHARE_NBR},0,"") & "," &
"Y"
This is what I am getting after I export the data.
12345,8,Y
12345,8,y
12345,8,y
My problem is all the data should line up to the left, not with a space before the first character after the first line.
Any suggetions on how to fix this?
Thanks,
-Glenn