Why are some of my decimals coming over as negatives, and how do I fix them to come over as 5 digit decimals?
@NBPSE Maybe we can use the Select tool to change the data type to Fixed Decimal?
I don't understand the screenshot, can you provide more information or explain what you're doing in the workflow please?
@NBPSE Are you referring to the exponential notation? Have you tried using Round function - round([Column Name], 0.00001) for 5 decimal place?
Thank you, Qiu! The Select tool fixed the issue.