Free Trial

Alteryx Designer Desktop Discussions

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

Copying value to multiple rows.

walkingbird
6 - Meteoroid

Hi, i have a table as below with two columns 

 

System.Username.*@DLLLSLS1
Flying:ALL(UPDATE)0
ReadAccess:$XXXXX,$DDDD(G)0
UpdateAccess:HELLO0
ControlAccess:BYE0
AlterAccess:$XXXX(X)0
AccessNone:No0
 0
System.Username.*@XXXX1
Flying:FEW(UPDATE)0
ReadAccess:$XXXXX,$QQQQ(G)0
$ERWETR,$OOPOPP0
UpdateAccess:HELLO0
ControlAccess:BYE0
AlterAccess:$TTTT(X)0
AccessNone:No0

 

Is it possible to convert the following to below

 

System.Username.*@DLLLSLSSystem.Username.*@DLLLSLS
Flying:ALL(UPDATE)System.Username.*@DLLLSLS
ReadAccess:$XXXXX,$DDDD(G)System.Username.*@DLLLSLS
UpdateAccess:HELLOSystem.Username.*@DLLLSLS
ControlAccess:BYESystem.Username.*@DLLLSLS
AlterAccess:$XXXX(X)System.Username.*@DLLLSLS
AccessNone:NoSystem.Username.*@DLLLSLS
 System.Username.*@DLLLSLS
System.Username.*@XXXXSystem.Username.*@XXXX
Flying:FEW(UPDATE)System.Username.*@XXXX
ReadAccess:$XXXXX,$QQQQ(G)System.Username.*@XXXX
$ERWETR,$OOPOPPSystem.Username.*@XXXX 
UpdateAccess:HELLOSystem.Username.*@XXXX
ControlAccess:BYESystem.Username.*@XXXX
AlterAccess:$TTTT(X)System.Username.*@XXXX
AccessNone:NoSystem.Username.*@XXXX

 

3 REPLIES 3
Qiu
21 - Polaris
21 - Polaris

@walkingbird 
I think this is a typical application of Multi-Row Formula tool.

0505-walkingbird.PNG

walkingbird
6 - Meteoroid

Thank You!! i did not know that we could apply it on output itself.

Qiu
21 - Polaris
21 - Polaris

@walkingbird 
Glad to help.

Labels
Top Solution Authors