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

Copy Range and Sort

V834131
5 - Atom

Hi, need some help. I'm new to Alteryx, trying to build one for efficiency projects. 

 

I have an output file wherein i want to copy from row 2 up to the last row (column A to F, row1 as header) and paste it below the last row of the same sheet. Then, replace cell value of column F as "Non-Algo". I'm getting a "0" value on column F instead. 

 

Afterwards, sort A to Ascending and F to Descending. 

 

 

2 REPLIES 2
Sebastian_Chaieb2
11 - Bolide
11 - Bolide

Hi @V834131 

 

Could you attached a sample of data? or screenshot? also it would be good if you can attached a screen with an example of expected results.

 

Best regards,
Sebastian  

Yoshiro_Fujimori
15 - Aurora
15 - Aurora

Hi @V834131 ,

 

Is this what you mean?

image.png

When you input data to Alteryx, you can use the first row as the column name (usually by default).

So you can simply copy all the "data rows" and append them to the original table with Union Tool.

I am not sure how you get "0" value, but you can simply replace the data with Formula Tool as above.

 

I hope this helps. Good luck.

Labels
Top Solution Authors