We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

How can I use multi-field formula tool dynamically?

hlee36
8 - Asteroid

Input

 

Field1Field2Field3Field4Field5Right_Field1Right_Field2Right_Field3Right_Field4Right_Field5
1111122222

 

Output

 

Field1Field2Field3Field4Field5
33333

 

 

 

Is there a way to use the multi-field formula to add [_CurrentField_] and Right_[_CurrentField_]?

1 REPLY 1
lbardoe
8 - Asteroid

You could transpose the columns into rows replace the field name that has Right_ with nothing so that all the fields are then Fieldxxxx sum the data based on the field and then transpose the rows back into columns.

Labels
Top Solution Authors