Hi,
Using Alteryx, I'd like to take a column from a query transform it into a list and then use that list as part of a second query.
As an example, col1 has rows 1,2,3 I can transform it into a list 1,2,3 using the summarize but I need it to be '1','2','3'. I believe I can use a regex to add the apostrophes to the string (I thought I could configure the summarize tool but maybe not).
Next can I take the above string '1','2','3' and replace it in part of a query such as 'select * from table where f1 in (<replacetext>);' where the above string can be substituted for <replacetext>. I think I'm close by using dynamic input but having some struggles so thought I might reach out to the experts.
Thanks,
Jeff