Hello,
I'm getting an error when publishing with the Tableau Output tool in version 2021.3: 'Error: Tableau Output (86): Got an invalid value '360' for column "LinesPerHour", it must be an int instance'
The field is set as Int 32 and '360' should definitely be a valid integer! Any ideas?
Anybody have an update on when this will be fixed? This is a pretty ridiculous bug considering how closely Tableau and Alteryx are used together.
I agree bsherman901. I've had to switch to using python to push data to Tableau since Alteryx can't get their tools to work.
Does anybody know when this was implemented? I was on 2022.1 and everything was working fine.
Hi!
We recently migrated to 23 1 and are running into a similar issue with the new Output to Tableau tool. Any update from Alteryx?
Well mine can be added to the defect list
Error: Tableau Output (144): Got an invalid value 'POLYGON ((-79.85788... for column "Y", it must be a bytes or a bytearray instance
This is happening with polygons
I had this issue as well. I used the select tool to change to a fixed decimal and it now publishes with no error.
1. Instead of Int - use Fixed Decimal (19.0)
2. DateTime is not working either, so convert to Date
3. Some Dates are not converting properly (shows 2089 for the year instead of 2019 for instance), so I just convert Dates to String and would do extra conversion on Tableau
A lot of bugs thou and I hope Alteryx team will resolve them soon
Hope that will help
There is new update of Tableau Tool 1.4.1 which supposedly fixes
I just realized it after I posted it that 13.1 wasn't available any more. - Thank you