Alert: There is a planned Community maintenance outage October 16th from approximately 10 - 11 PM PST. During this time the Alteryx Community will be inaccessible. Thank you for your understanding!

Alteryx Designer Desktop Discussions

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

Repeat column Calculations- not using formula tool

Denise_Chin
5 - Atom

Hi

 

I'll like to be able to compare 2 sets of data

 

As an example in excel

 

Col A to C: Data set 1

Col D to E: Data set 2

 

Col G: I : Diff in Data set 1 & 2

 

how can I do Col G: I   iteratively without applying the formula tool 3 times e.g. iterative loop? like the excel spreadsheet

 

 

1 REPLY 1
apathetichell
19 - Altair

Here's an example of how I would do it... 

 

Two major parts:

1) Transpose all values in each row. Then you use a multi-row formula to get the (formerly columns - now rows) delta. Crosstab these entries and add "Diff" as a prefix.

2) Join with the original dataset based upon Record ID.

Labels