We are using Inaport 7.1 with Goldmine 8.5.2.9. We are importing information from a spreadsheet into _details. The detail is set up with the the percentage we are trying to import in the zip field. We would like to include the percent sign (%). How can this be done? Thank you.
Hi
The data is probably coming out of Excel as a number.
Try using the ntos() function to convert it from a number to a string in the correct format:
ntos(#myField, "00%")
Regards
Admin