I need to convert a columns data type (for a UPC, 13 digits) from a Double to a String. What is the best method to achieve this ?
I have tried a Multi-Field Formula of
IIF([_CurrentField_]=0,'0', [UPC 13 dig (Product ID)]), however this truncates the output UPC at the "0" within the UPC. I need to convert the entire UPC to a string.