We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Crosstab tool forgets its configuration

Newt
8 - Asteroid

I'm using two Crosstab tools in sequence, to untangle a very long string downloaded from the US Climate archive.

I put in the groupings and the columns to use, run successfully, save workflow.

Come back to it, and either the second crosstab tool or both of them have forgotten the groupings and the columns to use.

 

When I come back to it, I have to run it twice.  At the start, the second crosstab doesn't have the needed field names in the "Group data by" box nor in the two Change Columns and Values For boxes.  Only after running it once to get these to come through first Crosstab are the field names available to select in the second Crosstab, so I can run it successfully a second time.

 

I don't know if this is because in the workflow, there is no original input file with field names... just the mashup downloaded cell full of data.

 

Does anyone else have this problem?

 

1 REPLY 1
MeganBowers
Alteryx Community Team
Alteryx Community Team

@Newt It seems like the issue is that the filter tool does not have the metadata of the fields after the first cross tab tool, so it does not recognize "datatype" until after the workflow is run (hence the error below upon opening the workflow).  

Screenshot 2025-03-07 at 3.29.49 PM.png

 

I tried adding a select tool in between to help with this, so the filter tool has metadata of what fields are coming in before the workflow is run, and it solved the errors on my end. I saved and closed the workflow, and then opened it back up and it ran without the second cross tab needing to be reconfigured.

 

Screenshot 2025-03-07 at 3.31.38 PM.png

 

Can you try this on your end and see if it works?

Labels
Top Solution Authors