Alteryx Designer Desktop Discussions

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

how to replace the value of a row

luo
8 - Asteroid

Hi Guys,

I got a input like

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Total 2342479 
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Total2 83132 6

 

And I want a output like 

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Total 1111111 
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Total1 11111 1

 

The only way I figured out is to write a formular for each column. Is there an easier way? because I may have dozens of column. Thank you. 

2 REPLIES 2
EW
11 - Bolide

If I'm understanding correctly, I think you need the Multi-Field Formula.  

 

You could use that with an if statement to adjust the Total row only for any number of fields.  

 

multi field2.PNG

fmvizcaino
17 - Castor
17 - Castor

Hi @luo ,

 

You can use a replace function inside a multi-field formula tool to dynamically replace all columns at the same time.

 

fmvizcaino_0-1590547865159.png

 

Best,

Fernando Vizcaino

 

Labels