Hi!
I am encountering issues with Select tool in Alteryx Designer after I take the data out of database.
First I use Data Stream Out tool, and after that Select tool where I change type of column A from Fixed Decimal to Int in order to join with another table on key column A.
When I Run the workflow for the first time, everything works fine.
If I run the workflow another time, Join tool returns an error because of different data types on column A, even though I didn't do any changes.
When I go to configuration of my Select tool - my column A went back to being a fixed decimal. Select tool changed data type on its own. Now I would change it back to Int and after second "Run", if goes back to fixed decimal.
There is no option for Int: Forced in this case - only FixedDecimal: Forced.
This can become very iritating, as you may guess.
Does someone else encounter this type of problem?
Am I doing something wrong?
And, is there a solution?