I've loaded two tables from Oracle that have an ID field whichs is number(20) in Oracle. When it loads into Alteryx (vai ODBC) the incoming Alteryx format is "FixedDecimal 22.0" ... ther are no errors/warnings until I use a Filter with the expression "[ENCOUNTER_ID] = [ENCOUNTER_ID]" ... when I run it, Alteryx gives me the warning: "Filter (54) ENCOUNTER_ID: 85572100030464414 had more precision than a double. Some precision was lost."
I tried using a Select block to change them to 'int64', 'float' and 'double', but but I still get the same warning. Why is Alteryx complaining about a 'double'? Do I need to convert it to a string?