Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Make one column of data into one quoted, comma separated field

Archaeopteryx
10 - Fireball

Hi,

 

I'm running an API where I provide UserIDs as quoted, comma separated values. Like this:

 

{"userIds":["12345-67890-54321-54321","67583-02751-22331-54545","21234-00900-44567-13135","...",",,,",".."]}, and on and on.

 

The API in question generates a User Status Detail Report, which is a canned report within the Admin Portal that carries its own ID. 

 

First I run a stored procedure to fetch all the users from the database table. I then "Select" the UserID column all by itself. Now for the tough part - and you guys may be able to show me a better way, but ...

 

I would like to take that UserID column, and make it into one field whos IDs are quoted and comma separated. I would pass that field into an Alteryx formula that is the payload API for the Download tool. 

 

Is this possible? Thank you for any assistance.

 

Chris

 

 

11 REPLIES 11
atcodedog05
22 - Nova
22 - Nova

yup @Archaeopteryx 😅

Archaeopteryx
10 - Fireball

Wow, Summarize, Concatenate with quotes and all. They thought of everything. Thank you atcodedog05.

Labels
Top Solution Authors