Hello,
Some really irritating problem occured, and I can't seem to find the solution after searching for 1 hour in this community/google.
I have a column from the customer, that provided me a column that shows any "Null()" values as "FALSE".
This column is supposed to be an INT with months, which indicates something like 1 month from now, 3 months from now etc.
BUT Since the Null values are as FALSE and there are values like 1, the Alteryx Input Data Tool is reading Column A as a boolean type (TRUE/FALSE).
Actual:
How Alteryx Reads:
| Column A |
| FALSE |
| FALSE |
| TRUE |
| TRUE |
| TRUE |
Somehow, I need to change the data type, before Alteryx automatically defines it as a boolean.. but really can't search for anything here.
Any suggestions...? this is quite urgent 
Thanks in advance.
BR,
David