I have a text formatted line item called Company Code = "0505"
- When I export the module, I noticed that the Company Code becomes 505 instead of 0505. Why was the leading zero removed when I exported it?
- To solve it I created another line item thats number formatted and called it New Company code = VALUE(Company Code)
The output was 505 instead of 0505.
- What should I do so that I can have 0505 to show up after I export it? I need the original company code line item to be text formatted.