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

Subtracting specific rows of specific columns

Arunima_S
7 - Meteor

Hi there,

 

I have a simple issue where I am trying to subtract Row(Record ID) 6 from Row(Record) ID 10 for columns A, C and D only.

 

Input

Record IDABCDE
6100210210543352
7100453134543352
8100453134543352
9100453134452352
10500453134453352

 

Output

Record IDABCDE
6100210210543352
7100453134543352
8100453134543352
9100453134452352
10400453-76-90352

 

What would be the best/easiest way to achieve this?

 

Thanks for your help!

Aria

2 REPLIES 2
PhilippK
Alteryx Alumni (Retired)

Hi @Arunima_S ,

please find a solution attached.

 

Best regards

Phil

Arunima_S
7 - Meteor

This works just as expected! Thank you

Labels
Top Solution Authors