SOLVED
Mix up letters within a phrase / word
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
bakaidora
8 - Asteroid
‎01-27-2023
03:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello Everyone,
I have a use case where I need to mix up the characters within a word / cell.
e.g.
apple -->paple
car --> rac
or something like this.
There is specific rule for the order of the letters, I simple just want to use all letters but in a different order.
Is it possible in Alteryx?
Thanks, Dóra
Solved! Go to Solution.
Labels:
- Labels:
- Preparation
4 REPLIES 4
Felipe_Ribeir0
16 - Nebula
‎01-27-2023
03:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @bakaidora
One way of doing this is by splitting the word to letters, and then reorder it and create the word again. I did it here, i am reversing the word:
‎01-27-2023
03:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Felipe_Ribeir0Thank you. This is what I need. :)
14 - Magnetar
‎01-27-2023
03:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@bakaidora one way if you want to randomly shuffle the letters. Each time you run the workflow, the letters will shuffle again:
Felipe_Ribeir0
16 - Nebula
‎01-27-2023
03:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Good one @BS_THE_ANALYST !
