Free Trial

Alteryx Designer Desktop Discussions

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

Formula

azakharyan
5 - Atom

Can someone help me with writing a formula. 

 

My dynamic input has an output record that comes with one space in between the two words and instead I'm looking to be able to add another space using a formula. In other words, instead of having one space I need to have two spaces. 

 

Any ideas on how to write this formula? 

3 REPLIES 3

Hi @azakharyan 

 

I used a simple Replace function as below. As you can see from the Space Count formula below, it now sees 2 white space.

You can also use Regex but I believe this is simpler. Cheers!

christine_assaad_0-1657829534620.png

 

flying008
15 - Aurora

嗨,@azakharyan 

 

Maybe you want the formula below:

 

 

替换([输出] ,'' , '' )

 

 

Emmanuel_G
13 - Pulsar

@azakharyan ,

 

Two ways to achieve that :

Emmanuel_G_0-1657877797723.png

 

Labels
Top Solution Authors