Hello,
I have created an Alteryx workflow, and the final output contains multiple columns. I need to use one of these columns as the input for my next “input data” tool. The values in the column I want to use look like this: 308D316002742 and 2016316092722. Normally, I would take all these values and use them in an SQL query, but there are over 150,000 rows.
Additionally, I don't want to perform an exact search. Instead, I want to search using the first 10 characters followed by a % sign, like this: 308D316002%. How can I do this?
Thanks!