Hi All,
I am trying to develop a workflow but whenever I mark the "Use AMP engine" it gives me an error "No conversion from bool to blob but when I uncheck the use the AMP engine it works fine with no error. Screenshot attached
Help Appreciated.
@sjain71
Thank you for the early feedback on the new AMP Engine. We are working hard to address issues that our customers are finding now that AMP is available.
I will need a bit more information in order to look into this. When I run the one tool examples for CrossTab with AMP they run fine, so it must be something specific to your input data or your configurations in the CrossTab tool.
Would you be able to provide a workflow that I can use to reproduce the issue?
Hm, I just tested on my end and was able to successfully run a workflow with a cross-tab using AMP.
What version of Designer are you on? Do you see the same behavior when using a flat file rather than a database connection? I've attached the workflow from the screenshot below if you'd like to try running it.
Hi,
Thank you for the reply. I replaced the DB input to a text input with same data. I am still facing the same issue. Attached is the workflow. The version of alteryx is 2020.3.5.30242
It looks like this issue is specifically due to the way the boolean value of the flag is being handled. If you change your select tool to change the Bool data type to a VW_String with a larger size you are able to get past this issue for the time being.
But when I uncheck the AMP engine it works fine. I can't change the bool to String since it's used as a bool in the workflow.