Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Dynamic Input Tool - SQL Update WHERE Clause - adding extra quotes (?)

KD_dell_ire
6 - Meteoroid

Hi,

I was looking for help around solving an issue I had with "Dynamic Input" tool.

  1. Was trying to use SQL: Update WHERE Clause
  2. was trying to replace text like ('ABC00190205909') using a replacement field which has text  like ('ABC00190205909','DEF00190205909','XYZ00190205909')
  3. However the Dynamic Input failed to run (No Columns Returned) due to it adding additional quote marks and those additional quote marks (''ABC00190205909'',''DEF00190205909'',''XYZ00190205909'')prevented the SQL from executing

Any ideas on this?

2 REPLIES 2
BrandonB
Alteryx
Alteryx

Can you strip the quotes from your original replacement text field? 

KD_dell_ire
6 - Meteoroid

I tried that @BrandonB but it then just had strings passed through like (ABC001,DEF002,GHE003) etc. and that will not run in the postgreSQL environment that I need it to run.

Labels
Top Solution Authors