Advent of Code is now back for a limited time only! Complete as many challenges as you can to earn those badges you may have missed in December. Learn more about how to participate here!
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Getting an error when using Tableau Output(v1.4): NoneType Object has no data attribute

cro159
7 - Meteor

I have recently upgraded by designer to 2023.2 to coincide with an Alteryx server upgrade.  My workflow was using an output to tableau server tool that no longer exists with the new version of designer.  I downloaded Tableau Tools v1.4 and set up a connection to the desired tableau server.

 

When I run the workflow in designer I get the following error in the Tableau Output: <class 'AttributeError'>: 'NoneType' object has no attribute 'dtypes'

 

Has anyone had the same error and how did you fix it?

12 REPLIES 12
geoffholland
5 - Atom

I also solved this by parsing my Dateime inputs using the Date Time Parse tool, converting them to strings, and then back to the Date type using a Select tool.

cro159
7 - Meteor

Did you ever get a solution to problem 1?  I'm getting that issue when trying to run a workflow on the gallery.

geoffholland
5 - Atom

Could you be more specific? I'm not sure what you mean by problem 1.

Labels
Top Solution Authors