Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

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

Inverse (change) String position

Hakimipous
10 - Fireball

Hello,

 

Is it possible to inverse  (or change) string position from a field?

 

for example from "Jason Tod"

 

to "Tod Jason"

 

should also work with composed names (with 3 words or more)

 

Thanks!

2 REPLIES 2
jdunkerley79
ACE Emeritus
ACE Emeritus

Try the attached.

 

- Add a record ID

- Split the text on Space to rows

- Add a word ID using a MultiRow formula

- Sort by RecordID (Asc), WordID (desc)

- Summarise grouping by RecordID and concatenating the words

 

Hakimipous
10 - Fireball

Works like a charm, thanks! 

Labels