I have an .xlsx file with values where there are two digits after the decimal. I have checked in excel, and I cannot see anything beyond that.
For example, the value: 917285.43 in becomes 917285.43000000000000000000000000000000000000000000000000 when I take it x number of places past the decimal point in Excel.
However, when I bring into Alteryx and take it to 40 digits past the decimal point, Alteryx gives:
917285.4300000000512227416038513183593750000000
Does anyone know why? I think the Excel was outputted from a database. Is it that Alteryx can read these additional digits but excel cannot?